From 3ae0e721c7b6e0483801b9039b3d140e3b68b7f5 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 21 Jul 2015 23:22:42 +0200 Subject: checkasm: Always link statically Checkasm needs to use internal symbols that should not be made public. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5807acd562..e9a95aaec4 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ include $(SRC_PATH)/common.mak FF_EXTRALIBS := $(FFEXTRALIBS) FF_DEP_LIBS := $(DEP_LIBS) +FF_STATIC_DEP_LIBS := $(STATIC_DEP_LIBS) all: $(AVPROGS) -- cgit v1.2.3