summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-07-21 23:22:42 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-07-21 23:22:42 +0200
commit3ae0e721c7b6e0483801b9039b3d140e3b68b7f5 (patch)
tree09f2568d639a1882f6429fb7ef6b8569325f52e4 /Makefile
parent6b2b26e7af3ede0abfb46eb5725c26d1083f50bc (diff)
checkasm: Always link statically
Checkasm needs to use internal symbols that should not be made public.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)