From 6e2d3d991912f230ee66448307e8e2657237ffd2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 20 Feb 2017 08:39:08 +0100 Subject: vo_opengl: remove dxva2 dummy hwdec backend This was a hack to let libmpv API users pass a d3d device to mpv. It's not needed anymore for 2 reasons: 1. ANGLE does not have this problem 2. Even native GL via nVidia (where this failed) seems to not require this anymore --- video/out/opengl/hwdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/opengl/hwdec.c') diff --git a/video/out/opengl/hwdec.c b/video/out/opengl/hwdec.c index e80d5c4fe5..60a6ee82a9 100644 --- a/video/out/opengl/hwdec.c +++ b/video/out/opengl/hwdec.c @@ -59,7 +59,6 @@ static const struct gl_hwdec_driver *const mpgl_hwdec_drivers[] = { #if HAVE_GL_DXINTEROP &gl_hwdec_dxva2gldx, #endif - &gl_hwdec_dxva2, #endif #if HAVE_CUDA_HWACCEL &gl_hwdec_cuda, -- cgit v1.2.3