diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-07 21:21:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-07 21:21:49 +0000 |
| commit | 6c2e8c4812a80ac6052da8ff82b49bb8f97cfb43 (patch) | |
| tree | c54d2d1fe323d8d2897b24ec113ef4c6573a2a94 /examples | |
| parent | 7e0ebcd1f19c8365d16a5fb5a42907867d15cb20 (diff) | |
Allow static builds.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/wscript | 1 |
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 = '' |
