13
0
Robin Gareus 2023-06-26 15:35:19 +02:00
parent e3128e932c
commit 02d91a7ff0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 1312 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -44,6 +44,12 @@ def build_ardour_util(bld, util):
obj.uselib += ' AUDIOUNITS OSX LO '
obj.uselib += ' FFTW3F LO TAGLIB LILV RUBBERBAND AUBIO LRDF ARCHIVE VAMPSDK VAMPHOSTSDK'
if util == "new_aaf_session":
if bld.is_defined('USE_EXTERNAL_LIBS'):
obj.uselib += ' LIBAAF'
else:
obj.use.extend (['libaaf'])
if bld.is_defined('HAVE_SUIL'):
obj.uselib += ' SUIL'