diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-27 22:38:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-27 22:38:43 +0000 |
| commit | 00e9647a9ede540f2d567c19025278c25a87c830 (patch) | |
| tree | 145f7fc92cfa0670e7da304b965d30f751ab1b14 /examples/wscript | |
| parent | 8c2f3517e868078b551bb01d975f2956cb692fbf (diff) | |
Various tweaks; work on read_dcp example.
Diffstat (limited to 'examples/wscript')
| -rw-r--r-- | examples/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wscript b/examples/wscript index 7de1199d..ce94bfa2 100644 --- a/examples/wscript +++ b/examples/wscript @@ -10,7 +10,7 @@ def build(bld): obj = bld(features = 'cxx cxxprogram') obj.name = 'read_dcp' obj.use = 'libdcp' - obj.uselib = 'OPENJPEG CXML' + obj.uselib = 'OPENJPEG CXML MAGICK' obj.source = 'read_dcp.cc' obj.target = 'read_dcp' obj.install_path = '' |
