From 3583559164b922673b2ccdb31f810befae613779 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 28 Jan 2015 19:40:46 +0100 Subject: vo_opengl: move utility functions from loader to a separate file gl_common.c contained the function loader (which is big) and additional utility functions (not so big, but will grow when moving more out of gl_video.c). Just split them. There are no changes other than some modifications to comments. --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 8efaf554d3..565dbbc3b1 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -337,6 +337,7 @@ def build(ctx): ( "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" ), -- cgit v1.2.3