[MPlayer-cvslog] r35992 - trunk/Makefile

Josh joshf87 at live.com
Mon Mar 18 00:24:10 CET 2013


On 3/17/2013 18:20, diego wrote:
> Author: diego
> Date: Sun Mar 17 23:20:52 2013
> New Revision: 35992
>
> Log:
> build: Drop unnecessary -Iffmpeg from codec-cfg tools compile command.
>
> Modified:
>     trunk/Makefile
>

MinGW can't find "libavutil/avutil.h" since there's no '-Iffmpeg' in the 
gcc command:

/mingw/bin/i686-w64-mingw32-gcc.exe -MD -MP -Wall -Wno-switch 
-Wno-parentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes 
-Wmissing-prototypes -Wdisa
bled-optimization -Wno-pointer-sign -Wdeclaration-after-statement 
-std=gnu99 -Werror-implicit-function-declaration -D_ISOC99_SOURCE 
-D_POSIX_C_SOURCE=200112 -D_
XOPEN_SOURCE=600 -O4 -march=i486 -mtune=generic -pipe -ffast-math 
-fomit-frame-pointer -fno-tree-vectorize -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFI
LE64_SOURCE -Ilibdvdread4 -D__USE_MINGW_ANSI_STDIO=1 -I. -Iffmpeg 
-I/mingw/src/live -fno-common  -I/mingw/include/ 
-I/mingw/include/freetype2 -I/mingw/include
-IE:/Buildsys/MinGW/include/opus   -IE:/Buildsys/MinGW/include   -c -o 
bstr.o bstr.c
/mingw/bin/i686-w64-mingw32-gcc.exe -D_ISOC99_SOURCE 
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I. -O3 -DCODECS2HTML -o 
codec-cfg.exe codec-cfg.c
codec-cfg.c:57:30: fatal error: libavutil/avutil.h: No such file or 
directory
compilation terminated.
make: *** [codec-cfg.exe] Error 1



More information about the MPlayer-cvslog mailing list