summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossy@jrg.systems>2017-09-16 01:37:28 +1000
committerNiklas Haas <git@haasn.xyz>2017-09-21 15:01:17 +0200
commit75c0c06640da677477a0cfd08deee1d4e23a4361 (patch)
tree2053c8bf0097c3fc5142799cad67d49ecce981b1 /wscript_build.py
parent65979986a923a8f08019b257c3fe72cd5e8ecf68 (diff)
downloadmpv-75c0c06640da677477a0cfd08deee1d4e23a4361.tar.bz2
mpv-75c0c06640da677477a0cfd08deee1d4e23a4361.tar.xz
vo_gpu: convert windows/osx hwdecs/contexts to new API
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 8dab6012c0..1e7a6ee357 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -400,25 +400,25 @@ def build(ctx):
( "video/out/opengl/utils.c", "gl" ),
( "video/out/opengl/ra_gl.c", "gl" ),
( "video/out/opengl/context.c", "gl" ),
-# ( "video/out/opengl/context_angle.c", "egl-angle-win32" ),
-# ( "video/out/opengl/context_cocoa.c", "gl-cocoa" ),
+ ( "video/out/opengl/context_angle.c", "egl-angle-win32" ),
+ ( "video/out/opengl/context_cocoa.c", "gl-cocoa" ),
( "video/out/opengl/context_drm_egl.c", "egl-drm" ),
-# ( "video/out/opengl/context_dxinterop.c","gl-dxinterop" ),
+ ( "video/out/opengl/context_dxinterop.c","gl-dxinterop" ),
( "video/out/opengl/context_mali_fbdev.c","mali-fbdev" ),
( "video/out/opengl/context_rpi.c", "rpi" ),
( "video/out/opengl/context_vdpau.c", "vdpau-gl-x11" ),
( "video/out/opengl/context_wayland.c", "gl-wayland" ),
-# ( "video/out/opengl/context_w32.c", "gl-win32" ),
+ ( "video/out/opengl/context_win.c", "gl-win32" ),
( "video/out/opengl/context_glx.c", "gl-x11" ),
( "video/out/opengl/context_x11egl.c", "egl-x11" ),
( "video/out/opengl/cuda_dynamic.c", "cuda-hwaccel" ),
-# ( "video/out/opengl/d3d11_helpers.c", "egl-angle-win32" ),
+ ( "video/out/opengl/d3d11_helpers.c", "egl-angle-win32" ),
( "video/out/opengl/egl_helpers.c", "egl-helpers" ),
( "video/out/opengl/hwdec_cuda.c", "cuda-hwaccel" ),
-# ( "video/out/opengl/hwdec_d3d11egl.c", "d3d-hwaccel" ),
-# ( "video/out/opengl/hwdec_d3d11eglrgb.c","d3d-hwaccel" ),
-# ( "video/out/opengl/hwdec_dxva2gldx.c", "gl-dxinterop-d3d9" ),
-# ( "video/out/opengl/hwdec_dxva2egl.c", "d3d9-hwaccel" ),
+ ( "video/out/opengl/hwdec_d3d11egl.c", "d3d-hwaccel" ),
+ ( "video/out/opengl/hwdec_d3d11eglrgb.c","d3d-hwaccel" ),
+ ( "video/out/opengl/hwdec_dxva2gldx.c", "gl-dxinterop-d3d9" ),
+ ( "video/out/opengl/hwdec_dxva2egl.c", "d3d9-hwaccel" ),
( "video/out/opengl/hwdec_osx.c", "videotoolbox-gl" ),
( "video/out/opengl/hwdec_ios.m", "ios-gl" ),
( "video/out/opengl/hwdec_rpi.c", "rpi" ),