summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a70c845a22..c3638c865f 100644
--- a/Makefile
+++ b/Makefile
@@ -116,10 +116,7 @@ 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-$(DLOPEN) += video/filter/vf_dlopen.c
SOURCES = talloc.c \
audio/audio.c \