Amend b230c2eb2 use bundled libAAF
Revert once libAAF API is stable after libAAF 1.0
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user