1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

vo_gpu: remove a redundant ifdef

This commit is contained in:
wm4 2017-10-30 18:33:45 +01:00
parent 58d83a9309
commit 1c46bd5e50

View File

@ -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