[FFmpeg-cvslog] r12455 - trunk/Makefile

Diego Biurrun diego
Mon Mar 17 10:58:41 CET 2008


On Sat, Mar 15, 2008 at 09:21:55PM +0000, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
> 
> > On Sat, Mar 15, 2008 at 08:57:09PM +0100, diego wrote:
> >> 
> >> --- trunk/Makefile	(original)
> >> +++ trunk/Makefile	Sat Mar 15 20:57:09 2008
> >> @@ -81,7 +81,7 @@ endif
> >>  
> >> -all: lib $(PROGS) $(ALL_TARGETS-yes)
> >> +all: lib $(PROGS_G) $(PROGS) $(ALL_TARGETS-yes)
> >
> > This should not be necessary, but it is .. :-/
> 
> Why?

Otherwise building the _g binaries gets skipped like this:

gcc $LDFLAGS $CFLAGS -o ffmpeg ffmpeg.c

It fails with a ton of undefined references because all the libav*
libraries are not linked in...

Diego




More information about the ffmpeg-cvslog mailing list