diff options
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 = '' |
