From 2912464e4e2a11cd0543ee91b705a98104962daa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Dec 2014 01:14:10 +0000 Subject: Another build fix. --- tools/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/wscript') diff --git a/tools/wscript b/tools/wscript index 3db10b2..41ba14f 100644 --- a/tools/wscript +++ b/tools/wscript @@ -1,6 +1,6 @@ def build(bld): obj = bld(features = 'cxx cxxprogram') obj.use = ['libsub'] - obj.uselib = 'OPENJPEG CXML' + obj.uselib = 'OPENJPEG DCP CXML' obj.source = 'dumpsubs.cc' obj.target = 'dumpsubs' -- cgit v1.2.3