summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7dc01f7a3d..a70c845a22 100644
--- a/Makefile
+++ b/Makefile
@@ -116,6 +116,11 @@ ifeq ($(HAVE_AVUTIL_REFCOUNTING),no)
SOURCES-yes += video/decode/lavc_dr1.c
endif
+SOURCES-$(DL) += video/filter/vf_dlopen.c
+ifeq ($(DL),no)
+ SOURCES-$(WIN32) += video/filter/vf_dlopen.c
+endif
+
SOURCES = talloc.c \
audio/audio.c \
audio/chmap.c \
@@ -248,7 +253,6 @@ SOURCES = talloc.c \
video/filter/vf_crop.c \
video/filter/vf_delogo.c \
video/filter/vf_divtc.c \
- video/filter/vf_dlopen.c \
video/filter/vf_down3dright.c \
video/filter/vf_dsize.c \
video/filter/vf_eq.c \