[MPlayer-dev-eng] [FFmpeg-cvslog] r18199 - in trunk: . Makefile doc/general.texi libavformat libavformat/Makefile libavformat/output-example.c output_example.c

Diego Biurrun diego at biurrun.de
Fri Mar 27 18:07:33 CET 2009


On Fri, Mar 27, 2009 at 05:59:10PM +0100, Attila Kinali wrote:
> On Fri, 27 Mar 2009 01:01:07 +0100 (CET)
> diego <subversion at mplayerhq.hu> wrote:
> 
> > Log:
> > Move output_example.c --> libavformat/output-example.c.
> > The libavformat directory is a better place for a libavformat API example.
> 
> This breaks compilation of MPlayer:
> 
> ---schnipp---
> make -C libavformat
> make[1]: Entering directory `/home/attila/src/mplayer/mplayer/libavformat'
> cc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I.. -I.. -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I.  -I/usr/include/directfb -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -Ilibdvdread4 -I/usr/include/freetype2     -c -o output-example.o output-example.c
> cc -L../libavcodec -L../libavutil  -o output-example output-example.o libavformat.a -lavcodec -lavutil
> cc: libavformat.a: No such file or directory
> make[1]: *** [output-example] Error 1
> ---schnapp---
> 
> I'd fix it myself if i'd understand the build system...

Fixed.

Diego



More information about the MPlayer-dev-eng mailing list