[FFmpeg-devel] PATCH: missing "bistream.h" include in libavcodec/asv1.c

Loïc Minier lool
Tue Aug 21 13:06:58 CEST 2007


        Hi,

 An up-to-date checkout of ffmpeg was failing to build for me with:
gcc -L"/home/lool/svn/mplayer/ffmpeg"/libavformat -L"/home/lool/svn/mplayer/ffmpeg"/libavcodec -L"/home/lool/svn/mplayer/ffmpeg"/libavutil -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/home/lool/svn/mplayer/ffmpeg"/libavcodec -Wl,-rpath-link,"/home/lool/svn/mplayer/ffmpeg"/libavformat -Wl,-rpath-link,"/home/lool/svn/mplayer/ffmpeg"/libavutil -g -o ffmpeg_g ffmpeg.o cmdutils.o -lavformat -lavcodec -lavutil -lm -lz -ldl   
/home/lool/svn/mplayer/ffmpeg/libavcodec/libavcodec.a(asv1.o): In function `init_vlcs':
/home/lool/svn/mplayer/ffmpeg/libavcodec/asv1.c:121: undefined reference to `init_vlc'
/home/lool/svn/mplayer/ffmpeg/libavcodec/asv1.c:124: undefined reference to `init_vlc'
...

 The attached patch fixed the problem here.

   Bye,
-- 
Lo?c Minier
-------------- next part --------------
A non-text attachment was scrubbed...
Name: asv1-missing-include.patch
Type: text/x-diff
Size: 288 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070821/1a8e2da7/attachment.patch>



More information about the ffmpeg-devel mailing list