mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 17:07:40 +01:00
debug output for pixbuf loaders; catch exception when loading AU plugins; miscellaneous character removal
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3646 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b00aa11d61
commit
4a42a635e5
6 changed files with 30 additions and 13 deletions
|
|
@ -29,6 +29,8 @@ sources = plugin_files
|
|||
if vampplugs['AUBIO']:
|
||||
sources += aubio_files
|
||||
vampplugs.Merge ([libraries['aubio']])
|
||||
else:
|
||||
print 'WARNING: some VAMP plugins will not be built because this machine has no AUBIO support'
|
||||
|
||||
libvampplugins = vampplugs.SharedLibrary('ardourvampplugins', sources)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue