From 920512d358221effa851da8a64fd26a54d154605 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 3 Dec 2014 21:54:04 +0100 Subject: vo_opengl: move hwdec parts into their own files This wasn't done before because there was no advantage in "abstracting" it. This changed, and putting this into its own files is better than messing it into gl_common.c/h. --- 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 169f9f5059..428c626f2b 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -336,6 +336,7 @@ def build(ctx): ( "video/out/filter_kernels.c" ), ( "video/out/gl_cocoa.c", "gl-cocoa" ), ( "video/out/gl_common.c", "gl" ), + ( "video/out/gl_hwdec.c", "gl" ), ( "video/out/gl_hwdec_vaglx.c", "vaapi-glx" ), ( "video/out/gl_hwdec_vda.c", "vda-gl" ), ( "video/out/gl_hwdec_vdpau.c", "vdpau-gl-x11" ), -- cgit v1.2.3