diff options
Diffstat (limited to 'video/out/vo_vaapi.c')
-rw-r--r-- | video/out/vo_vaapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_vaapi.c b/video/out/vo_vaapi.c index a810b1bc60..637c4442fa 100644 --- a/video/out/vo_vaapi.c +++ b/video/out/vo_vaapi.c @@ -658,7 +658,7 @@ const struct vo_driver video_out_vaapi = { .priv_defaults = &(const struct priv) { .scaling = VA_FILTER_SCALING_DEFAULT, .deint = 0, -#if !CONFIG_VAAPI_VPP +#if !HAVE_VAAPI_VPP .deint_type = 2, #endif }, |