X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=21599e171fe689b1d1d71d040f360f6ca124edfc;hb=883d885dc8690519d205c8baa275385af8a39f4b;hp=2237758eee8ce84c902c7967a683a55de545fdc9;hpb=a0856e3fbef17f24073b01cb96be6bbcb229ecbc;p=dcpomatic.git diff --git a/wscript b/wscript index 2237758ee..21599e171 100644 --- a/wscript +++ b/wscript @@ -61,7 +61,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-O2') if not conf.options.static: - conf.check_cfg(package = 'libdcp', atleast_version = '0.49', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) + conf.check_cfg(package = 'libdcp', atleast_version = '0.52', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) conf.check_cfg(package = 'libcxml', atleast_version = '0.01', args = '--cflags --libs', uselib_store = 'CXML', mandatory = True) conf.check_cfg(package = 'libavformat', args = '--cflags --libs', uselib_store = 'AVFORMAT', mandatory = True) conf.check_cfg(package = 'libavfilter', args = '--cflags --libs', uselib_store = 'AVFILTER', mandatory = True)