Amend b230c2eb2 use bundled libAAF

Revert once libAAF API is stable after libAAF 1.0
This commit is contained in:
Robin Gareus 2024-02-20 19:11:32 +01:00
parent f331ce7252
commit 01489a629f
No known key found for this signature in database
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -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'])