summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-16 23:31:37 +0200
committerwm4 <wm4@nowhere>2019-10-16 23:41:06 +0200
commitb7eae31834ed6ecd724d68b2939d6b9073b1d296 (patch)
treec2a19afb190e659cd54888de265ea933cee92ddc /wscript_build.py
parenta1c7d613935424b69b31a9c5898e006ea989726a (diff)
downloadmpv-b7eae31834ed6ecd724d68b2939d6b9073b1d296.tar.bz2
mpv-b7eae31834ed6ecd724d68b2939d6b9073b1d296.tar.xz
vo_gpu: hwdec_d3d11eglrgb: remove this
Finally. Since with the previous commit we can (probably) handle P010 directly, this hack isn't needed anymore.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
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" ),