Le 23 févr. 06 à 16:15, ffmpeg-user-request@xxxxxxxxxxxx a écrit :
------------------------------
Message: 7
Date: Thu, 23 Feb 2006 15:38:29 +0100
From: Christian Ebert <blacktrash@xxxxxxx>
Subject: [Ffmpeg-user] compile failure on MacOS X
To: ffmpeg-user@xxxxxxxxxxxx
Message-ID: <20060223143829.GA8712@xxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=us-ascii
Hello everybody,
My last working ffmpeg (on MacOS 10.3.9) gives:
$ ffmpeg -version
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --prefix=/usr/local --enable-pp --enable-pthreads
--disable-ffserver --enable-gpl --enable-a52 --enable-faac --enable-
faad --enable-faadbin --enable-mp3lame --enable-vorbis --enable-
theora --enable-libogg --powerpc-perf-enable --extra-libs=/sw/lib/
libfaad.dylib /sw/lib/libmp3lame.dylib /sw/lib/libogg.dylib /sw/lib/
libFLAC.dylib /sw/lib/libFLAC++.dylib /sw/lib/libOggFLAC++.dylib /
sw/lib/liba52.dylib /sw/lib/libvorbis.dylib /sw/lib/
libvorbisenc.dylib /sw/lib/libvorbisfile.dylib /sw/lib/
libtheora.dylib /sw/lib/libdv.dylib /sw/lib/liblzo.dylib /sw/lib/
libxvidcore.dylib /usr/local/lib/libSDL.dylib /usr/local/lib/
libfaac.dylib /sw/lib/libesd.dylib /sw/lib/libaudiofile.dylib /sw/
lib/libImlib2.dylib /sw/lib/libquicktime.0.dylib
libavutil version: 49.0.0
libavcodec version: 51.7.0
libavformat version: 50.3.0
built on Feb 20 2006 00:05:35, gcc: 3.3 20030304 (Apple Computer,
Inc. build 1671)
ffmpeg CVS
libavutil 3211264
libavcodec 3344128
libavformat 3277568
More recent versions (after Feb 20) don't compile with the
following error:
the verbose looks like strange...
you want to build an universalBinary with only one cpusubtype? (the
configure tool cannot do it)
-force_cpusubtype_ALL and altivec seems not to be compatible
cc -O3 -g -Wall -Wno-switch -g -O3 -I/sw/include -no-cpp-precomp -
pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -
faltivec -mdynamic-no-pic -DHAVE_AV_CONFIG_H -I.. -I/usr/local/src/
ffmpeg/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -
D_GNU_SOURCE -c -o ppc/dsputil_h264_altivec.o ppc/
dsputil_h264_altivec.c
In file included from ppc/dsputil_h264_altivec.c:37:
ppc/dsputil_h264_template_altivec.c: In function
`put_h264_chroma_mc8_altivec':
ppc/dsputil_h264_template_altivec.c:52: warning: `vsrcBuc' might be
used uninitialized in this function
ppc/dsputil_h264_template_altivec.c: In function
`put_h264_qpel16_h_lowpass_altivec':
ppc/dsputil_h264_template_altivec.c:281: warning: unused variable
`vdst'
ppc/dsputil_h264_template_altivec.c: In function
`put_h264_qpel16_v_lowpass_altivec':
ppc/dsputil_h264_template_altivec.c:395: warning: unused variable
`vdst'
ppc/dsputil_h264_template_altivec.c: In function
`put_h264_qpel16_hv_lowpass_altivec':
ppc/dsputil_h264_template_altivec.c:429: error: incompatible types
in initialization
ppc/dsputil_h264_template_altivec.c:624: warning: unused variable
`vdst'
In file included from ppc/dsputil_h264_altivec.c:57:
ppc/dsputil_h264_template_altivec.c: In function
`avg_h264_qpel16_hv_lowpass_altivec':
ppc/dsputil_h264_template_altivec.c:429: error: incompatible types
in initialization
make[1]: *** [ppc/dsputil_h264_altivec.o] Error 1
make: *** [lib] Error 2
Ideas anyone?
TIA
c
--
_B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/
baustellen.html>
first give your "configure parameters"?
it maybe give us an idea
bye
Hervé