From deebc55014074fef121c1df6b117e9c0bf97d516 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 29 Aug 2015 01:10:30 +0200 Subject: vo_opengl: move gl_* files to their own subdir This is mainly just to keep things a bit more organized and separated inside the codebase. --- wscript_build.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 87226107f7..93d25599b6 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -318,22 +318,22 @@ def build(ctx): ( "video/out/cocoa_common.m", "cocoa" ), ( "video/out/dither.c" ), ( "video/out/filter_kernels.c" ), - ( "video/out/gl_cocoa.c", "gl-cocoa" ), - ( "video/out/gl_common.c", "gl" ), - ( "video/out/gl_rpi.c", "rpi" ), - ( "video/out/gl_hwdec.c", "gl" ), - ( "video/out/gl_hwdec_dxva2.c", "gl-win32" ), - ( "video/out/gl_hwdec_vaglx.c", "vaapi-glx" ), - ( "video/out/gl_hwdec_vda.c", "videotoolbox-vda-gl" ), - ( "video/out/gl_hwdec_vdpau.c", "vdpau-gl-x11" ), - ( "video/out/gl_lcms.c", "gl" ), - ( "video/out/gl_osd.c", "gl" ), - ( "video/out/gl_utils.c", "gl" ), - ( "video/out/gl_video.c", "gl" ), - ( "video/out/gl_w32.c", "gl-win32" ), - ( "video/out/gl_wayland.c", "gl-wayland" ), - ( "video/out/gl_x11.c", "gl-x11" ), - ( "video/out/gl_x11egl.c", "egl-x11" ), + ( "video/out/opengl/gl_cocoa.c", "gl-cocoa" ), + ( "video/out/opengl/gl_common.c", "gl" ), + ( "video/out/opengl/gl_rpi.c", "rpi" ), + ( "video/out/opengl/gl_hwdec.c", "gl" ), + ( "video/out/opengl/gl_hwdec_dxva2.c", "gl-win32" ), + ( "video/out/opengl/gl_hwdec_vaglx.c", "vaapi-glx" ), + ( "video/out/opengl/gl_hwdec_vda.c", "videotoolbox-vda-gl" ), + ( "video/out/opengl/gl_hwdec_vdpau.c", "vdpau-gl-x11" ), + ( "video/out/opengl/gl_lcms.c", "gl" ), + ( "video/out/opengl/gl_osd.c", "gl" ), + ( "video/out/opengl/gl_utils.c", "gl" ), + ( "video/out/opengl/gl_video.c", "gl" ), + ( "video/out/opengl/gl_w32.c", "gl-win32" ), + ( "video/out/opengl/gl_wayland.c", "gl-wayland" ), + ( "video/out/opengl/gl_x11.c", "gl-x11" ), + ( "video/out/opengl/gl_x11egl.c", "egl-x11" ), ( "video/out/vo.c" ), ( "video/out/vo_caca.c", "caca" ), ( "video/out/vo_drm.c", "drm" ), -- cgit v1.2.3