[FFmpeg-devel] [PATCH] broken build with --disable-optimizations

Jai Menon jmenon86
Mon Jan 18 14:22:03 CET 2010


On Sun, Jan 17, 2010 at 10:06:17PM +0100, Michael Niedermayer wrote:
> On Mon, Jan 18, 2010 at 01:11:40AM +0530, Jai Menon wrote:
> > Hi,
> > 
> > Attached patch fixes it. This probably isn't correct and is just meant to be an indicator of what the issue is.
> 
> Could you show me the error message with which it fails?

here you go :

/home/jai/ffbuild/libavcodec/libavcodec.a(h264.o): In function
`decode_significance_8x8_x86':
/home/jai/ffmpeg/libavcodec/x86/h264_i386.h:97: undefined reference to
`last_coeff_flag_offset_8x8'
/home/jai/ffbuild/libavcodec/libavcodec.a(h264_loopfilter.o): In
function `decode_significance_8x8_x86':
/home/jai/ffmpeg/libavcodec/x86/h264_i386.h:97: undefined reference to
`last_coeff_flag_offset_8x8'
/home/jai/ffbuild/libavcodec/libavcodec.a(h264_direct.o): In function
`decode_significance_8x8_x86':
/home/jai/ffmpeg/libavcodec/x86/h264_i386.h:97: undefined reference to
`last_coeff_flag_offset_8x8'
/home/jai/ffbuild/libavcodec/libavcodec.a(h264_cavlc.o): In function
`decode_significance_8x8_x86':
/home/jai/ffmpeg/libavcodec/x86/h264_i386.h:97: undefined reference to
`last_coeff_flag_offset_8x8'
/home/jai/ffbuild/libavcodec/libavcodec.a(svq3.o): In function
`decode_significance_8x8_x86':
/home/jai/ffmpeg/libavcodec/x86/h264_i386.h:97: undefined reference to
`last_coeff_flag_offset_8x8'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1


-- 
Jai Menon




More information about the ffmpeg-devel mailing list