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. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 61cb25b7a5..63273898f3 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -462,7 +462,6 @@ def build(ctx): ( "video/out/opengl/egl_helpers.c", "egl-helpers" ), ( "video/out/opengl/formats.c", "gl" ), ( "video/out/opengl/hwdec_d3d11egl.c", "d3d-hwaccel && egl-angle" ), - ( "video/out/opengl/hwdec_d3d11eglrgb.c","d3d-hwaccel && egl-angle" ), ( "video/out/opengl/hwdec_drmprime_drm.c","drmprime && drm" ), ( "video/out/opengl/hwdec_dxva2egl.c", "d3d9-hwaccel && egl-angle" ), ( "video/out/opengl/hwdec_dxva2gldx.c", "gl-dxinterop-d3d9" ), -- cgit v1.2.3