summaryrefslogtreecommitdiff
path: root/examples/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-07 21:21:49 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-07 21:21:49 +0000
commit6c2e8c4812a80ac6052da8ff82b49bb8f97cfb43 (patch)
treec54d2d1fe323d8d2897b24ec113ef4c6573a2a94 /examples/wscript
parent7e0ebcd1f19c8365d16a5fb5a42907867d15cb20 (diff)
Allow static builds.
Diffstat (limited to 'examples/wscript')
-rw-r--r--examples/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wscript b/examples/wscript
index b6b28653..46d3287b 100644
--- a/examples/wscript
+++ b/examples/wscript
@@ -2,6 +2,7 @@ def build(bld):
obj = bld(features = 'cxx cxxprogram')
obj.name = 'examples'
obj.use = 'libdcp'
+ obj.uselib = 'OPENJPEG'
obj.source = 'make_dcp.cc'
obj.target = 'make_dcp'
obj.install_path = ''