diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 17:52:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 17:52:47 +0000 |
| commit | 985ad5251c8fdcac9d91157fbd03e6b603bd9cc1 (patch) | |
| tree | 18fff030f8aa4eb98f471858a5b2a1c123a70c6a /wscript | |
| parent | 01fe9daeeda28b7303b04d49850b58eb2de05ec1 (diff) | |
Try to fix OS X build.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
