mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 08:26:56 +00:00
hwdec: fix out-of-date preprocessor variable name
This was renamed to HAVE_VAAPI_LIBPLACEBO.
This commit is contained in:
parent
b15b3f6711
commit
1c49d5735d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user