From 573bfae7e46aea1ceb00400b5edbee762ed74254 Mon Sep 17 00:00:00 2001 From: myfreeer Date: Wed, 24 Jan 2018 09:28:22 +0800 Subject: hwdec: detach d3d and d3d9 hwaccel from angle Fix https://github.com/mpv-player/mpv/issues/5420 --- video/out/gpu/hwdec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/gpu/hwdec.c b/video/out/gpu/hwdec.c index 75d12b27f3..fc37074788 100644 --- a/video/out/gpu/hwdec.c +++ b/video/out/gpu/hwdec.c @@ -49,10 +49,12 @@ const struct ra_hwdec_driver *const ra_hwdec_drivers[] = { &ra_hwdec_videotoolbox, #endif #if HAVE_D3D_HWACCEL + #if HAVE_EGL_ANGLE &ra_hwdec_d3d11egl, &ra_hwdec_d3d11eglrgb, - #if HAVE_D3D9_HWACCEL + #if HAVE_D3D9_HWACCEL &ra_hwdec_dxva2egl, + #endif #endif #if HAVE_D3D11 &ra_hwdec_d3d11va, -- cgit v1.2.3