Bump max libopenjpeg version to 1.5.2 for Arch Linux, since I'm pretty sure there...
authorCarl Hetherington <cth@carlh.net>
Tue, 29 Apr 2014 17:29:28 +0000 (18:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 29 Apr 2014 17:29:28 +0000 (18:29 +0100)
wscript

diff --git a/wscript b/wscript
index 39d43e226f57924a35831d8d68b31b52fef518fe..11533f98f2c596dccdca699e88ea275076ffb7e6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -44,12 +44,12 @@ def dynamic_ffmpeg(conf):
 
 def static_openjpeg(conf):
     conf.check_cfg(package='libopenjpeg', args='--cflags', atleast_version='1.5.0', uselib_store='OPENJPEG', mandatory=True)
-    conf.check_cfg(package='libopenjpeg', args='--cflags', max_version='1.5.1', mandatory=True)
+    conf.check_cfg(package='libopenjpeg', args='--cflags', max_version='1.5.2', mandatory=True)
     conf.env.STLIB_OPENJPEG = ['openjpeg']
 
 def dynamic_openjpeg(conf):
     conf.check_cfg(package='libopenjpeg', args='--cflags --libs', atleast_version='1.5.0', uselib_store='OPENJPEG', mandatory=True)
-    conf.check_cfg(package='libopenjpeg', args='--cflags --libs', max_version='1.5.1', mandatory=True)
+    conf.check_cfg(package='libopenjpeg', args='--cflags --libs', max_version='1.5.2', mandatory=True)
 
 def static_dcp(conf, static_boost, static_xmlpp, static_xmlsec, static_ssh):
     conf.check_cfg(package='libdcp', atleast_version='0.92', args='--cflags', uselib_store='DCP', mandatory=True)