[FFmpeg-cvslog] r12414 - trunk/Makefile

Diego Biurrun diego
Wed Mar 12 10:42:45 CET 2008


On Tue, Mar 11, 2008 at 08:47:28AM +0000, M?ns Rullg?rd wrote:
> Ramiro Polla <ramiro at lisha.ufsc.br> writes:
> 
> > diego wrote:
> >> 
> >> 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.

Yes, that's the issue.  I'll fix in a moment.

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

This is documented where?

Diego




More information about the ffmpeg-cvslog mailing list