ship ladspa-header with LMMS and misc. updates

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@417 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-09-27 23:17:53 +00:00
parent c0b1c47bd0
commit 94ed6d08a7
9 changed files with 6606 additions and 883 deletions

View File

@@ -33,8 +33,11 @@
#endif
#ifdef HAVE_LADSPA_H
#include <ladspa.h>
#else
#include "ladspa-1.1.h"
#endif
#include "qt3support.h"
@@ -369,5 +372,3 @@ private:
} ;
#endif
#endif