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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index bf4da47a1f..1be10f2e9c 100644 --- a/wscript +++ b/wscript @@ -680,6 +680,11 @@ video_output_features = [ 'func': check_statement(['EGL/egl.h'], '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', -- cgit v1.2.3