hwdec: fix out-of-date preprocessor variable name

This was renamed to HAVE_VAAPI_LIBPLACEBO.
This commit is contained in:
Niklas Haas 2022-03-04 14:33:26 +01:00
parent b15b3f6711
commit 1c49d5735d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ extern const struct ra_hwdec_driver ra_hwdec_rpi_overlay;
extern const struct ra_hwdec_driver ra_hwdec_drmprime_drm;
const struct ra_hwdec_driver *const ra_hwdec_drivers[] = {
#if HAVE_VAAPI_EGL || HAVE_VAAPI_VULKAN
#if HAVE_VAAPI_EGL || HAVE_VAAPI_LIBPLACEBO
&ra_hwdec_vaegl,
#endif
#if HAVE_VIDEOTOOLBOX_GL || HAVE_IOS_GL