diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-21 03:02:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-21 03:02:35 +0000 |
| commit | 3efca90ea10f09980190d33eea2cc8346185a79a (patch) | |
| tree | 2c8756ff3fa7238c5e7ea344e3d30107e79e1c73 /tools/wscript | |
| parent | 2912464e4e2a11cd0543ee91b705a98104962daa (diff) | |
Build against libdcp1.
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 41ba14f..de53827 100644 --- a/tools/wscript +++ b/tools/wscript @@ -1,6 +1,6 @@ def build(bld): obj = bld(features = 'cxx cxxprogram') - obj.use = ['libsub'] + obj.use = ['libsub-1.0'] obj.uselib = 'OPENJPEG DCP CXML' obj.source = 'dumpsubs.cc' obj.target = 'dumpsubs' |
