[FFmpeg-cvslog] r12414 - trunk/Makefile

Måns Rullgård mans
Tue Mar 11 09:47:28 CET 2008


Ramiro Polla <ramiro at lisha.ufsc.br> writes:

> diego wrote:
>> Author: diego
>> Date: Mon Mar 10 21:18:40 2008
>> New Revision: 12414
>> 
>> Log:
>> Simplify .depend generation command.
>
> I think this or one of those recent .depend changes broke out-of-tree 
> builds:
>
> gcc -MM -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall 
> -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls 
> -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno 
> -I"/usrc/ffmpeg/build" -I"/usrc/ffmpeg/src" 
> -I"/usrc/ffmpeg/src"/libavutil -I"/usrc/ffmpeg/src"/libavcodec 
> -I"/usrc/ffmpeg/src"/libavformat -I"/usrc/ffmpeg/src"/libswscale 
> -I"/usrc/ffmpeg/src"/libavdevice -I"/usrc/ffmpeg/src"/libavfilter 
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE 
> -DHAVE_AV_CONFIG_H -I/mingw/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main 
> ffmpeg.c ffplay.c cmdutils.c > .depend
> gcc.exe: ffmpeg.c: No such file or directory
> gcc.exe: ffplay.c: No such file or directory
> gcc.exe: cmdutils.c: No such file or directory
> gcc.exe: no input files
> make: *** [.depend] Error 1

Try reverting r12414.

Note to Diego: $^ includes the full path to files found in a vpath
directory, $(SRCS) does not.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list