From 8a03404d4f15e2b8aefdeca9294f5c31d429ca75 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 9 Apr 2008 21:11:35 +0000 Subject: fix build with --build-suffix Originally committed as revision 12776 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cce125ce3f..228e8455cb 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ FF_LDFLAGS := $(FFLDFLAGS) FF_EXTRALIBS := $(FFEXTRALIBS) 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)) ALL_TARGETS-$(CONFIG_VHOOK) += videohook ALL_TARGETS-$(BUILD_DOC) += documentation -- cgit v1.2.3