summaryrefslogtreecommitdiffstats
path: root/wscript
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
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')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index 1be10f2e9c..bf4da47a1f 100644
--- a/wscript
+++ b/wscript
@@ -681,11 +681,6 @@ video_output_features = [
'eglCreateWindowSurface(0, 0, 0, 0)',
lib='EGL')
} , {
- 'name': '--dxva2-dxinterop',
- 'desc': 'DXVA2/OpenGL/DirectX Interop',
- 'deps': [ 'gl-dxinterop' ],
- 'func': check_true,
- } , {
'name': '--vdpau',
'desc': 'VDPAU acceleration',
'deps': [ 'x11' ],