summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf.c')
-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
};