summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-12 18:33:39 +0200
committerwm4 <wm4@nowhere>2013-07-12 18:33:39 +0200
commitdc95504a52fc09be96a92b6cf2d9643ad4363db6 (patch)
treea7220deb3eb7cbe198d359c8cf24be25e3f007e5 /Makefile
parentd176f9571f22bc3b007f97544732698cec85a36e (diff)
downloadmpv-dc95504a52fc09be96a92b6cf2d9643ad4363db6.tar.bz2
mpv-dc95504a52fc09be96a92b6cf2d9643ad4363db6.tar.xz
build: change vf_dlopen test
Didn't work on Windows. Apparently, WIN32 is not set in the Makefile.
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 \