From 2d1f42089c31cd3238129303b13e1aa5ddfcfce2 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 14 Feb 2016 03:46:17 -0800 Subject: vo_opengl: dxinterop: add dxva2 passthrough Use dxva2 surface to fill RGB IDirect3DSurface9 shared with opengl via DXRegisterObjectNV. --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index d759a6132b..8bcf054db6 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -337,6 +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_vaegl.c", "vaapi-egl" ), ( "video/out/opengl/hwdec_vaglx.c", "vaapi-glx" ), ( "video/out/opengl/hwdec_osx.c", "videotoolbox-gl" ), -- cgit v1.2.3