From 4cc1861378c3b1e989b5d92ea49e3d02f5e4a65a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 19 Dec 2015 13:05:10 +0100 Subject: vo_opengl: prefix per-backend source files with context_ --- wscript_build.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'wscript_build.py') 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" ), -- cgit v1.2.3