Try to fix OS X build.
authorCarl Hetherington <cth@carlh.net>
Sat, 8 Feb 2014 17:52:47 +0000 (17:52 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 8 Feb 2014 17:52:47 +0000 (17:52 +0000)
wscript

diff --git a/wscript b/wscript
index 0f94b58d86f3964be6f9741c89d7bd362cc41ad9..c16060e611128a7a89312ba986c49c08abaf4a98 100644 (file)
--- 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