From: Diego Biurrun Date: Tue, 22 Nov 2016 15:20:31 +0000 (+0100) Subject: build: Add EXTRALIBS to TOOLS linker command X-Git-Tag: android-x86-7.1-r1~252^2~163 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5d45fe7da972da528915fbdfe3dbf22eb2effd01;p=android-x86%2Fexternal-ffmpeg.git build: Add EXTRALIBS to TOOLS linker command EXTRALIBS contains general and platform-specific extra libraries that should be part of all linker commands. --- diff --git a/Makefile b/Makefile index f5bbc8b626..5aa2ab4557 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ FF_STATIC_DEP_LIBS := $(STATIC_DEP_LIBS) all: $(AVPROGS) $(TOOLS): %$(EXESUF): %.o - $(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(ELIBS) + $(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(EXTRALIBS) $(ELIBS) tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)