summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-07-09 09:28:05 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-07-09 09:28:42 +0200
commit1d48b11478b346411d57b8fee1c242591f9b83c5 (patch)
treeaf5bd93e5bc7a3f3a24cc82b846180132bb11dc5 /video
parent7a71a2cc483d17bed94408d5aee6fba6893558cb (diff)
downloadmpv-1d48b11478b346411d57b8fee1c242591f9b83c5.tar.bz2
mpv-1d48b11478b346411d57b8fee1c242591f9b83c5.tar.xz
configure: add libdl detection to ladspa, vf_dlopen
Diffstat (limited to 'video')
-rw-r--r--video/filter/vf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index 0f7cc58ee5..b0c9a7809b 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -109,7 +109,9 @@ static const vf_info_t *const filter_list[] = {
&vf_info_sub,
&vf_info_yadif,
&vf_info_stereo3d,
+#if defined(HAVE_LIBDL) || defined(_WIN32)
&vf_info_dlopen,
+#endif
NULL
};