mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
Import aaf-session CLI
https://github.com/Ardour/ardour/pull/805 https://github.com/agfline/ardour_aaf_support/tree/aaf
This commit is contained in:
parent
e3128e932c
commit
02d91a7ff0
2 changed files with 1312 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue