summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-04 08:31:58 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-04 08:31:58 +0100
commit90875001793400c01f8290260cec2e284620477f (patch)
treee1a05cbe8599e8c27542efe712c21fa1c41d7f97 /video/filter/vf.c
parent5b6eab01af32cdf886f0ae9fc1c50e3aa1584da2 (diff)
parent3a831b2c016944c1f976d07c5ee9002c6250d9ac (diff)
downloadmpv-90875001793400c01f8290260cec2e284620477f.tar.bz2
mpv-90875001793400c01f8290260cec2e284620477f.tar.xz
Merge remote-tracking branch 'origin/have_configure'
Diffstat (limited to 'video/filter/vf.c')
-rw-r--r--video/filter/vf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index c2e15090b8..9a8c1bba04 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -84,10 +84,10 @@ static const vf_info_t *const filter_list[] = {
&vf_info_rotate,
&vf_info_mirror,
-#ifdef CONFIG_LIBPOSTPROC
+#if HAVE_LIBPOSTPROC
&vf_info_pp,
#endif
-#ifdef CONFIG_VF_LAVFI
+#if HAVE_VF_LAVFI
&vf_info_lavfi,
#endif
@@ -110,10 +110,10 @@ static const vf_info_t *const filter_list[] = {
&vf_info_sub,
&vf_info_yadif,
&vf_info_stereo3d,
-#ifdef CONFIG_DLOPEN
+#if HAVE_DLOPEN
&vf_info_dlopen,
#endif
-#if CONFIG_VAAPI_VPP
+#if HAVE_VAAPI_VPP
&vf_info_vaapi,
#endif
NULL