summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-08 17:52:47 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-08 17:52:47 +0000
commit985ad5251c8fdcac9d91157fbd03e6b603bd9cc1 (patch)
tree18fff030f8aa4eb98f471858a5b2a1c123a70c6a /wscript
parent01fe9daeeda28b7303b04d49850b58eb2de05ec1 (diff)
Try to fix OS X build.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/wscript b/wscript
index 0f94b58d8..c16060e61 100644
--- a/wscript
+++ b/wscript
@@ -80,8 +80,6 @@ def static_dcp(conf, static_boost, static_xmlpp, static_xmlsec, static_ssh):
else:
conf.env.LIB_DCP.append('ssh')
-
-
def dynamic_dcp(conf):
conf.check_cfg(package='libdcp', atleast_version='0.92', args='--cflags --libs', uselib_store='DCP', mandatory=True)
conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP]
@@ -291,6 +289,7 @@ def configure(conf):
dynamic_boost(conf, boost_lib_suffix, boost_thread)
dynamic_ffmpeg(conf)
dynamic_dcp(conf)
+ dynamic_openjpeg(conf)
dynamic_ssh(conf)
# Dependencies which are always dynamically linked