summaryrefslogtreecommitdiffstats
path: root/video
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 /video
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 'video')
-rw-r--r--video/filter/vf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index b0c9a7809b..1402ad3efc 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -109,7 +109,7 @@ static const vf_info_t *const filter_list[] = {
&vf_info_sub,
&vf_info_yadif,
&vf_info_stereo3d,
-#if defined(HAVE_LIBDL) || defined(_WIN32)
+#ifdef CONFIG_DLOPEN
&vf_info_dlopen,
#endif
NULL