From 44eda2177d8facb1cd064c164b16e9027529d164 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 29 Aug 2015 04:12:56 +0200 Subject: vo_opengl: remove gl_ prefixes from files in video/out/opengl This is a bit redundant with the name of the directory itself, and not in line with existing naming conventions. --- 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 93d25599b6..57b43d64a3 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/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/opengl/cocoa.c", "gl-cocoa" ), + ( "video/out/opengl/common.c", "gl" ), + ( "video/out/opengl/rpi.c", "rpi" ), + ( "video/out/opengl/hwdec.c", "gl" ), + ( "video/out/opengl/hwdec_dxva2.c", "gl-win32" ), + ( "video/out/opengl/hwdec_vaglx.c", "vaapi-glx" ), + ( "video/out/opengl/hwdec_vda.c", "videotoolbox-vda-gl" ), + ( "video/out/opengl/hwdec_vdpau.c", "vdpau-gl-x11" ), + ( "video/out/opengl/lcms.c", "gl" ), + ( "video/out/opengl/osd.c", "gl" ), + ( "video/out/opengl/utils.c", "gl" ), + ( "video/out/opengl/video.c", "gl" ), + ( "video/out/opengl/w32.c", "gl-win32" ), + ( "video/out/opengl/wayland.c", "gl-wayland" ), + ( "video/out/opengl/x11.c", "gl-x11" ), + ( "video/out/opengl/x11egl.c", "egl-x11" ), ( "video/out/vo.c" ), ( "video/out/vo_caca.c", "caca" ), ( "video/out/vo_drm.c", "drm" ), -- cgit v1.2.3