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 dd7a25704c..a6ec6795b5 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -311,11 +311,18 @@ def build(ctx):
( "video/out/cocoa_common.m", "cocoa" ),
( "video/out/dither.c" ),
( "video/out/filter_kernels.c" ),
- ( "video/out/opengl/cocoa.c", "gl-cocoa" ),
( "video/out/opengl/common.c", "gl" ),
( "video/out/opengl/context.c", "gl" ),
+ ( "video/out/opengl/context_angle.c", "egl-angle" ),
+ ( "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_rpi.c", "rpi" ),
+ ( "video/out/opengl/context_wayland.c", "gl-wayland" ),
+ ( "video/out/opengl/context_w32.c", "gl-win32" ),
+ ( "video/out/opengl/context_x11.c", "gl-x11" ),
+ ( "video/out/opengl/context_x11egl.c", "egl-x11" ),
( "video/out/opengl/egl_helpers.c", "egl-helpers" ),
- ( "video/out/opengl/rpi.c", "rpi" ),
( "video/out/opengl/hwdec.c", "gl" ),
( "video/out/opengl/hwdec_dxva2.c", "gl-win32" ),
( "video/out/opengl/hwdec_vaegl.c", "vaapi-egl" ),
@@ -329,13 +336,6 @@ def build(ctx):
( "video/out/opengl/utils.c", "gl" ),
( "video/out/opengl/video.c", "gl" ),
( "video/out/opengl/video_shaders.c", "gl" ),
- ( "video/out/opengl/w32.c", "gl-win32" ),
- ( "video/out/opengl/angle.c", "egl-angle" ),
- ( "video/out/opengl/dxinterop.c", "gl-dxinterop" ),
- ( "video/out/opengl/wayland.c", "gl-wayland" ),
- ( "video/out/opengl/x11.c", "gl-x11" ),
- ( "video/out/opengl/x11egl.c", "egl-x11" ),
- ( "video/out/opengl/drm_egl.c", "egl-drm" ),
( "video/out/vo.c" ),
( "video/out/vo_caca.c", "caca" ),
( "video/out/vo_drm.c", "drm" ),