From 2714dd510b4c173ff159720d67727f0ce1391e53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 13 Jan 2013 02:07:09 +0000 Subject: [PATCH] Unbreak the build. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 6d7f8c8..152f2d7 100644 --- a/wscript +++ b/wscript @@ -295,7 +295,7 @@ def build(bld): bld(features = 'c qxx asm', includes = 'include', - use = ['QTCORE', 'SWSCALE', 'AVUTIL', AVCODEC], + use = ['QTCORE', 'SWSCALE', 'AVUTIL', 'AVCODEC'], source = bld.path.ant_glob(sources), target = 'objs') -- 2.11.4.GIT