[FFmpeg-cvslog] r12776 - in trunk: Makefile subdir.mak

Diego Biurrun diego
Thu Apr 10 02:09:44 CEST 2008


On Wed, Apr 09, 2008 at 11:11:35PM +0200, mru wrote:
> 
> Log:
> fix build with --build-suffix
> 
> --- trunk/Makefile	(original)
> +++ trunk/Makefile	Wed Apr  9 23:11:35 2008
> @@ -34,7 +34,7 @@ FF_LDFLAGS   := $(FFLDFLAGS)
>  
>  S := $(BUILD_SHARED:yes=S)
> -DEP_LIBS := $(foreach L,$(FFLIBS),lib$(L)/$($(S)LIBPREF)$(L)$($(S)LIBSUF))
> +DEP_LIBS := $(foreach NAME,$(FFLIBS),lib$(NAME)/$($(S)LIBNAME))

I really should have caught this during the review...

Diego




More information about the ffmpeg-cvslog mailing list