summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/hwdec/hwdec_vaapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/hwdec/hwdec_vaapi.c b/video/out/hwdec/hwdec_vaapi.c
index 9640f166dd..8eaf0df4e6 100644
--- a/video/out/hwdec/hwdec_vaapi.c
+++ b/video/out/hwdec/hwdec_vaapi.c
@@ -108,10 +108,10 @@ static void uninit(struct ra_hwdec *hw)
}
const static vaapi_interop_init interop_inits[] = {
-#if HAVE_GL
+#if HAVE_VAAPI_EGL
vaapi_gl_init,
#endif
-#if HAVE_VULKAN
+#if HAVE_VAAPI_VULKAN
vaapi_vk_init,
#endif
NULL