mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 15:11:58 +00:00
vo_gpu: remove a redundant ifdef
This commit is contained in:
parent
58d83a9309
commit
1c46bd5e50
@ -37,9 +37,7 @@ extern const struct ra_hwdec_driver ra_hwdec_dxva2;
|
||||
extern const struct ra_hwdec_driver ra_hwdec_cuda;
|
||||
extern const struct ra_hwdec_driver ra_hwdec_cuda_nvdec;
|
||||
extern const struct ra_hwdec_driver ra_hwdec_rpi_overlay;
|
||||
#if HAVE_DRMPRIME && HAVE_DRM
|
||||
extern const struct ra_hwdec_driver ra_hwdec_drmprime_drm;
|
||||
#endif
|
||||
|
||||
static const struct ra_hwdec_driver *const mpgl_hwdec_drivers[] = {
|
||||
#if HAVE_VAAPI_EGL
|
||||
|
Loading…
Reference in New Issue
Block a user