[FFmpeg-devel] h264 depends on svq3 with optimizations disabled

Gavin Kinsey gkinsey at ad-holdings.co.uk
Thu Dec 15 10:41:12 CET 2011


If configured with --disable-everything --enable-decoder='h264' --disable-
optimizations the build fails.

libavcodec/libavcodec.a(h264.o): In function `hl_decode_mb_predict_luma':
/home/gkinsey/src/adffmpeg.git/libavcodec/h264.c:1819: undefined reference to 
`ff_svq3_add_idct_c'
/home/gkinsey/src/adffmpeg.git/libavcodec/h264.c:1839: undefined reference to 
`ff_svq3_luma_dc_dequant_idct_c'
libavcodec/libavcodec.a(h264.o): In function `hl_decode_mb_idct_luma':
/home/gkinsey/src/adffmpeg.git/libavcodec/h264.c:1886: undefined reference to 
`ff_svq3_add_idct_c'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1

Not sure how to add a dependency in the configure script for just this 
permutation of the build, and it may not even be desirable since this config 
isn't going to be used by anyone except while debugging ffmpeg anyway.

-- 
Gavin Kinsey
AD Holdings Plc


This email and any files transmitted with it are CONFIDENTIAL and intended solely for the use of the individual or entity to whom they are addressed. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system; you may not copy this message or disclose its contents to anyone. The recipient should check this email and any attachments for the presence of viruses. The Company accepts no liability for any damage caused by any virus transmitted by this email. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the Company. Contact Customer Services for details customerservices at dmicros.com


More information about the ffmpeg-devel mailing list