summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-03 12:23:37 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-18 10:38:33 +0100
commit38da506556b0fa49214d596c8f3475a816db8fa9 (patch)
tree4e6a1b36f7900a01a1ba24d6428635168c508508
parent42d646eada50074b71cda9fbc815d6ca285838ae (diff)
Fix link when we're using OpenJPEG 1.x.1.0-videocon
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index b8c8fa7..101ba42 100644
--- a/wscript
+++ b/wscript
@@ -41,7 +41,7 @@ def configure(conf):
conf.env.STLIB_CXML = ['cxml']
conf.check_cfg(package='libdcp-1.0', atleast_version='1.4.4', args='--cflags', uselib_store='DCP', mandatory=True)
conf.env.HAVE_DCP = 1
- conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-cth', 'kumu-cth', 'openjp2']
+ conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-cth', 'kumu-cth', 'openjpeg']
conf.env.LIB_DCP = ['ssl', 'crypto', 'xmlsec1-openssl', 'xmlsec1']
else:
conf.check_cfg(package='libcxml', atleast_version='0.15.2', args='--cflags --libs', uselib_store='CXML', mandatory=True)