summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
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