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, 1 insertions, 1 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index 4f9f43f2e0..6b963e3117 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -101,7 +101,7 @@ static const vf_info_t *const filter_list[] = {
#if HAVE_VAPOURSYNTH_CORE && HAVE_VAPOURSYNTH_LAZY
&vf_info_vapoursynth_lazy,
#endif
-#if HAVE_VAAPI_VPP
+#if HAVE_VAAPI
&vf_info_vaapi,
#endif
#if HAVE_VDPAU