summaryrefslogtreecommitdiffstats
path: root/video
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 /video
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 'video')
-rw-r--r--video/out/opengl/hwdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/opengl/hwdec.c b/video/out/opengl/hwdec.c
index 3349c06f15..300197ac00 100644
--- a/video/out/opengl/hwdec.c
+++ b/video/out/opengl/hwdec.c
@@ -44,10 +44,10 @@ static const struct gl_hwdec_driver *const mpgl_hwdec_drivers[] = {
#if HAVE_VIDEOTOOLBOX_GL
&gl_hwdec_videotoolbox,
#endif
-#if HAVE_DXVA2_DXINTEROP
+#if HAVE_DXVA2_HWACCEL
+#if HAVE_GL_DXINTEROP
&gl_hwdec_dxva2gldx,
#endif
-#if HAVE_DXVA2_HWACCEL
&gl_hwdec_dxva2,
#endif
NULL