From ae6019cbc98cfad2613e89a80bee79ce6b2f1319 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 11 Mar 2015 23:40:54 +0100 Subject: build: simplify windows checks There's no reason to do finegrained checks for libraries which always must be present. It also reduces the number of extra dependencies. --- wscript_build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 7c4c77d709..8c6ec0107a 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -336,7 +336,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_utils.c", "gl" ), ( "video/out/gl_video.c", "gl" ), ( "video/out/gl_w32.c", "gl-win32" ), ( "video/out/gl_wayland.c", "gl-wayland" ), @@ -356,7 +356,7 @@ def build(ctx): ( "video/out/vo_wayland.c", "wayland" ), ( "video/out/vo_x11.c" , "x11" ), ( "video/out/vo_xv.c", "xv" ), - ( "video/out/w32_common.c", "gdi" ), + ( "video/out/w32_common.c", "win32" ), ( "video/out/wayland_common.c", "wayland" ), ( "video/out/wayland/buffer.c", "wayland" ), ( "video/out/wayland/memfile.c", "wayland" ), -- cgit v1.2.3