X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=wscript;fp=wscript;h=1abaf5c2fc4ce579354d3914ef088aeb2446d9c9;hp=64026191e324f25b64c58ebbc4409e51b801960e;hb=034feb503b0a38eb82c21ae8d9f83522fc63a25c;hpb=63fb96f0e513fe3209cc2947f77baa961d76de05 diff --git a/wscript b/wscript index 64026191e..1abaf5c2f 100644 --- 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-1.0', atleast_version='0.92', args='--cflags', uselib_store='DCP', mandatory=True)