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:
Paul Davis 2008-07-22 18:53:48 +00:00
parent b00aa11d61
commit 4a42a635e5
6 changed files with 30 additions and 13 deletions

View file

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