[MPlayer-dev-eng] [FFmpeg-cvslog] r18199 - in trunk: . Makefile doc/general.texi libavformat libavformat/Makefile libavformat/output-example.c output_example.c
Attila Kinali
attila at kinali.ch
Fri Mar 27 17:59:10 CET 2009
On Fri, 27 Mar 2009 01:01:07 +0100 (CET)
diego <subversion at mplayerhq.hu> wrote:
> Author: diego
> Date: Fri Mar 27 01:01:06 2009
> New Revision: 18199
>
> 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...
Attila Kinali
--
If you want to walk fast, walk alone.
If you want to walk far, walk together.
-- African proverb
More information about the MPlayer-dev-eng
mailing list