summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
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" ),