From 985ad5251c8fdcac9d91157fbd03e6b603bd9cc1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 Feb 2014 17:52:47 +0000 Subject: Try to fix OS X build. --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wscript') 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 -- cgit v1.2.3