summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-02-17 10:17:52 -0800
committerKevin Mitchell <kevmitch@gmail.com>2016-02-17 10:17:52 -0800
commit0d40140668a9f72162a234b874c0f0a89fd2fbc5 (patch)
tree006d1788fd7f6e140e47d1c009de50603ef42088 /wscript_build.py
parent2d1f42089c31cd3238129303b13e1aa5ddfcfce2 (diff)
downloadmpv-0d40140668a9f72162a234b874c0f0a89fd2fbc5.tar.bz2
mpv-0d40140668a9f72162a234b874c0f0a89fd2fbc5.tar.xz
wscript: remove dxva2-dxinterop configure test
Wasn't really necessary as it was equivalent to gl-dxinterop.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 8bcf054db6..f0771a448a 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -337,7 +337,7 @@ def build(ctx):
( "video/out/opengl/egl_helpers.c", "egl-helpers" ),
( "video/out/opengl/hwdec.c", "gl" ),
( "video/out/opengl/hwdec_dxva2.c", "gl-win32" ),
- ( "video/out/opengl/hwdec_dxva2gldx.c", "dxva2-dxinterop" ),
+ ( "video/out/opengl/hwdec_dxva2gldx.c", "gl-dxinterop" ),
( "video/out/opengl/hwdec_vaegl.c", "vaapi-egl" ),
( "video/out/opengl/hwdec_vaglx.c", "vaapi-glx" ),
( "video/out/opengl/hwdec_osx.c", "videotoolbox-gl" ),