[FFmpeg-devel] [PATCH] Non-recursive makefiles

Victor Paesa wzrlpy
Tue Apr 8 16:33:59 CEST 2008


Hi,

Diego Biurrun writes:

> .. and we finally have non-recursive make ..

Sorry, I can't test by myself until Wednesday night, but I believe/speculate that
--build-suffix in configure won't work.

I imagine at least this is needed:

===================================================================
--- Makefile    (revision 12767)
+++ Makefile    (working copy)
@@ -34,7 +34,7 @@
 FF_EXTRALIBS := $(FFEXTRALIBS)
 
 S := $(BUILD_SHARED:yes=S)
-DEP_LIBS := $(foreach L,$(FFLIBS),lib$(L)/$($(S)LIBPREF)$(L)$($(S)LIBSUF))
+DEP_LIBS := $(foreach
L,$(FFLIBS),lib$(L)/$($(S)LIBPREF)$(L)$(BUILDSUF)$($(S)LIBSUF))
 
 ALL_TARGETS-$(CONFIG_VHOOK) += videohook
 ALL_TARGETS-$(BUILD_DOC)    += documentation

Could anybody test/confirm?

Regards,
V?ctor





More information about the ffmpeg-devel mailing list