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.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