Hello, Latest cvs doesn't compile on MacOS 10.3.9. Working version is: $ ffmpeg -version FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard configuration: --prefix=/usr/local --enable-shared --enable-pp --enable-xvid --disable-ffplay --disable-ffserver --disable-vhook --disable-mmx --disable-audio-beos --disable-v4l --disable-v4l2 --disable-dv1394 --enable-gpl --enable-a52 --enable-faad --enable-faac --enable-mp3lame --enable-x264 --extra-cflags=-DHAVE_LRINTF --extra-libs=-L/sw/lib -la52 -lfaad -lmp3lame -lfaac -lxvidcore -lx264 libavutil version: 49.0.0 libavcodec version: 51.7.0 libavformat version: 50.3.0 built on Mar 21 2006 14:11:17, gcc: 3.3 20030304 (Apple Computer, Inc. build 1671) ffmpeg CVS libavutil 3211264 libavcodec 3344128 libavformat 3277568 This one is working fine, except for the fact that configure does not find liblzo.dylib even when passing -llzo as extra-flag. However I try to build cvs HEAD with exactly the same params as above and get: $ tail -30 ffmpeg_make.log cc -O3 -g -Wall -Wno-switch -g -O3 -I/sw/include -DHAVE_LRINTF -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -faltivec -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_snow_altivec.o ppc/dsputil_snow_altivec.c ppc/dsputil_snow_altivec.c: In function `inner_add_yblock_bw_8_obmc_16_altivec': ppc/dsputil_snow_altivec.c:513: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:515: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:518: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:520: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:522: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:524: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:526: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:529: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:531: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:533: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:535: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:537: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:539: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:541: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:556: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:557: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:560: error: incompatible types in assignment ppc/dsputil_snow_altivec.c: In function `inner_add_yblock_bw_16_obmc_32_altivec': ppc/dsputil_snow_altivec.c:667: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:671: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:676: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:678: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:680: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:682: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:684: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:687: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:689: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:691: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:693: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:695: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:697: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:699: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:702: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:704: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:706: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:708: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:710: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:712: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:714: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:717: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:719: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:721: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:723: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:725: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:727: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:729: error: incompatible types in assignment make[1]: *** [ppc/dsputil_snow_altivec.o] Error 1 make: *** [lib] Error 2 Ideas anyone? c -- _B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html>
* Christian Ebert on Tuesday, March 28, 2006 at 13:35:22 +0200:
Latest cvs doesn't compile on MacOS 10.3.9.
Working version is:
$ ffmpeg -version FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard configuration: --prefix=/usr/local --enable-shared --enable-pp --enable-xvid --disable-ffplay --disable-ffserver --disable-vhook --disable-mmx --disable-audio-beos --disable-v4l --disable-v4l2 --disable-dv1394 --enable-gpl --enable-a52 --enable-faad --enable-faac --enable-mp3lame --enable-x264 --extra-cflags=-DHAVE_LRINTF --extra-libs=-L/sw/lib -la52 -lfaad -lmp3lame -lfaac -lxvidcore -lx264 libavutil version: 49.0.0 libavcodec version: 51.7.0 libavformat version: 50.3.0 built on Mar 21 2006 14:11:17, gcc: 3.3 20030304 (Apple Computer, Inc. build 1671) ffmpeg CVS libavutil 3211264 libavcodec 3344128 libavformat 3277568
This one is working fine, except for the fact that configure does not find liblzo.dylib even when passing -llzo as extra-flag.
However I try to build cvs HEAD with exactly the same params as above and get:
$ tail -30 ffmpeg_make.log
Updated, still does not build, however messages changed a bit: ppc/dsputil_altivec.c:1370: warning: `dst2' might be used uninitialized in this function ppc/dsputil_altivec.c:1371: warning: `src2' might be used uninitialized in this function ppc/dsputil_altivec.c:1371: warning: `dst2' might be used uninitialized in this function ppc/dsputil_altivec.c:1372: warning: `src2' might be used uninitialized in this function ppc/dsputil_altivec.c:1372: warning: `dst2' might be used uninitialized in this function cc -O3 -g -Wall -Wno-switch -g -O3 -I/sw/include -DHAVE_LRINTF -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -faltivec -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/mpegvideo_altivec.o ppc/mpegvideo_altivec.c cc -O3 -g -Wall -Wno-switch -g -O3 -I/sw/include -DHAVE_LRINTF -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -faltivec -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/idct_altivec.o ppc/idct_altivec.c cc -O3 -g -Wall -Wno-switch -g -O3 -I/sw/include -DHAVE_LRINTF -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -faltivec -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/fft_altivec.o ppc/fft_altivec.c cc -O3 -g -Wall -Wno-switch -g -O3 -I/sw/include -DHAVE_LRINTF -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -faltivec -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/gmc_altivec.o ppc/gmc_altivec.c cc -O3 -g -Wall -Wno-switch -g -O3 -I/sw/include -DHAVE_LRINTF -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -faltivec -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/fdct_altivec.o ppc/fdct_altivec.c cc -O3 -g -Wall -Wno-switch -g -O3 -I/sw/include -DHAVE_LRINTF -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -faltivec -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: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_chroma_mc8_altivec': ppc/dsputil_h264_template_altivec.c:52: warning: `vsrcBuc' might be used uninitialized in this function cc -O3 -g -Wall -Wno-switch -g -O3 -I/sw/include -DHAVE_LRINTF -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -faltivec -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_snow_altivec.o ppc/dsputil_snow_altivec.c ppc/dsputil_snow_altivec.c: In function `inner_add_yblock_bw_8_obmc_16_altivec': ppc/dsputil_snow_altivec.c:560: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:561: error: incompatible types in assignment ppc/dsputil_snow_altivec.c:564: error: incompatible types in assignment make[1]: *** [ppc/dsputil_snow_altivec.o] Error 1 make: *** [lib] Error 2 -- _B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html>
* Christian Ebert on Thursday, March 30, 2006 at 14:24:24 +0200:
Updated, still does not build, however messages changed a bit:
Just updated again, built ok, installed now. FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard configuration: --prefix=/usr/local --enable-shared --enable-pp --enable-xvid --disable-ffplay --disable-ffserver --disable-vhook --disable-mmx --disable-audio-beos --disable-v4l --disable-v4l2 --disable-dv1394 --enable-gpl --enable-a52 --enable-faad --enable-x264 --enable-faac --enable-mp3lame --extra-cflags=-DHAVE_LRINTF --extra-libs=-L/sw/lib -la52 -lfaad -lmp3lame -lfaac -lxvidcore -lx264 libavutil version: 49.0.0 libavcodec version: 51.8.0 libavformat version: 50.4.0 built on Mar 31 2006 13:10:45, gcc: 3.3 20030304 (Apple Computer, Inc. build 1671) ffmpeg CVS libavutil 3211264 libavcodec 3344384 libavformat 3277824 Thanks a lot to whoever worked silently in the background! c -- _B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html>
participants (1)
-
blacktrash@gmx.net