From b7eae31834ed6ecd724d68b2939d6b9073b1d296 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 16 Oct 2019 23:31:37 +0200 Subject: vo_gpu: hwdec_d3d11eglrgb: remove this Finally. Since with the previous commit we can (probably) handle P010 directly, this hack isn't needed anymore. --- video/out/gpu/hwdec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/out/gpu') diff --git a/video/out/gpu/hwdec.c b/video/out/gpu/hwdec.c index ed96bf529f..f1c941cdc9 100644 --- a/video/out/gpu/hwdec.c +++ b/video/out/gpu/hwdec.c @@ -31,7 +31,6 @@ extern const struct ra_hwdec_driver ra_hwdec_videotoolbox; extern const struct ra_hwdec_driver ra_hwdec_vdpau; extern const struct ra_hwdec_driver ra_hwdec_dxva2egl; extern const struct ra_hwdec_driver ra_hwdec_d3d11egl; -extern const struct ra_hwdec_driver ra_hwdec_d3d11eglrgb; extern const struct ra_hwdec_driver ra_hwdec_dxva2gldx; extern const struct ra_hwdec_driver ra_hwdec_dxva2; extern const struct ra_hwdec_driver ra_hwdec_d3d11va; @@ -51,7 +50,6 @@ const struct ra_hwdec_driver *const ra_hwdec_drivers[] = { #if HAVE_D3D_HWACCEL #if HAVE_EGL_ANGLE &ra_hwdec_d3d11egl, - &ra_hwdec_d3d11eglrgb, #if HAVE_D3D9_HWACCEL &ra_hwdec_dxva2egl, #endif -- cgit v1.2.3