Update libAAF (upstream v0.6-45-g9171e40)

This commit is contained in:
Robin Gareus
2024-02-15 00:49:10 +01:00
parent 477cff6980
commit a5f4bf39d1
13 changed files with 786 additions and 671 deletions

View File

@@ -38,7 +38,7 @@ def options(opt):
def configure(conf):
if conf.is_defined('USE_EXTERNAL_LIBS'):
autowaf.check_pkg(conf, 'libaaf', uselib_store='LIBAAF', mandatory=True)
autowaf.check_pkg(conf, 'libaaf', uselib_store='LIBAAF', mandatory=True, atleast_version='0.6.0')
def build(bld):
if bld.is_defined('USE_EXTERNAL_LIBS'):