mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
Amend b230c2eb2 use bundled libAAF
Revert once libAAF API is stable after libAAF 1.0
This commit is contained in:
parent
f331ce7252
commit
01489a629f
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ def build(bld):
|
|||
else:
|
||||
obj.uselib += ' GTKMM GTK'
|
||||
|
||||
if bld.is_defined('USE_EXTERNAL_LIBS'):
|
||||
if False and bld.is_defined('USE_EXTERNAL_LIBS'):
|
||||
obj.uselib += ' LIBAAF'
|
||||
else:
|
||||
obj.use.extend (['libaaf'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue