[FFmpeg-devel] [BUG] Link failure when compiling without optimizations
Benjamin Larsson
banan
Sun Mar 2 17:11:27 CET 2008
Hi, when I'm building with
./configure --disable-optimizations
I get this output on amd64.:
/home/banan/svnffmpeg/trunk/libavcodec/libavcodec.a(cabac.o): In
function `decode_significance_8x8_x86':
/home/banan/svnffmpeg/trunk/libavcodec/cabac.h:745: undefined reference
to `last_coeff_flag_offset_8x8'
/home/banan/svnffmpeg/trunk/libavcodec/libavcodec.a(h264_parser.o): In
function `decode_significance_8x8_x86':
/home/banan/svnffmpeg/trunk/libavcodec/cabac.h:745: undefined reference
to `last_coeff_flag_offset_8x8'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1
I could just export `last_coeff_flag_offset_8x8' from h264.c but I'm not
sure that is the right thing to do. So what should be done to get this
working.
MvH
Benjamin Larsson
More information about the ffmpeg-devel
mailing list