diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-16 01:14:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-16 01:14:10 +0000 |
| commit | 2912464e4e2a11cd0543ee91b705a98104962daa (patch) | |
| tree | 9a754c0f0887cd2a7a51370f85ef6698c46e7625 /tools/wscript | |
| parent | 327ef798f5b1a1be2c03461b8c6d137475334b6a (diff) | |
Another build fix.
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
