[FFmpeg-devel] undefined reference to `ff_h263_find_frame_end'

Benoit Fouet benoit.fouet
Wed May 9 09:57:23 CEST 2007


Hi,

Jason Millard wrote:
> Hello.
>
> I grabbed SVN this morning, and some recent h263 changes are cause my build
> to fail.
>
> Here is my configuration:
>
>  ./configure --disable-demuxers --disable-decoders --disable-muxers
> --disable-encoders --disable-parsers --disable-protocols
> --enable-demuxer=asf --enable-decoder=wmav2 --enable-protocol=tcp
> --enable-protocol=http --enable-encoder=mp3lame --enable-memalign-hack
> --disable-debug --enable-libmp3lame --enable-gpl --disable-ffserver
> --disable-ffplay --enable-small --extra-cflags=-I/usr/local/include
> --extra-ldflags=-L/usr/local/lib
>
> Build Error:
>
> gcc -L"/c/TEST/ffmpeg_050807"/libavformat
> -L"/c/TEST/ffmpeg_050807"/libavcodec -L"/c/TEST/ffmpeg_050807"/libavutil
> -Wl,--warn-common  -L/usr/local/lib
> -Wl,-rpath-link,"/c/TEST/ffmpeg_050807"/libavcodec
> -Wl,-rpath-link,"/c/TEST/ffmpeg_050807"/libavformat
> -Wl,-rpath-link,"/c/TEST/ffmpeg_050807"/libavutil -g -o ffmpeg_g.exe
> ffmpeg.o cmdutils.o -lavformat -lavcodec -lavutil -lws2_32 -lm -lmp3lame -lm
> c:/TEST/ffmpeg_050807/libavcodec/libavcodec.a(h263dec.o):h263dec.c:(.text+0x92f):
> undefined reference to `ff_h263_find_frame_end'
> collect2: ld returned 1 exit status
> make: *** [ffmpeg_g.exe] Error 1
>
>   

i guess you can try the attached patch for the moment.
h263 parser has now its own c file, which is not always built...
(this should be fix :) )

Ben
-- 
Purple Labs S.A.
www.purplelabs.com
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: make_diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070509/879665dc/attachment.asc>



More information about the ffmpeg-devel mailing list