1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Updates for libvamp 2.5

This commit is contained in:
lllucius@gmail.com
2013-10-31 07:18:52 +00:00
parent 6fef6dd8b4
commit d39b46f2ec
3 changed files with 4 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ AC_DEFUN([AUDACITY_CHECKLIB_LIBVAMP], [
LIBVAMP_LOCAL_BUILD="vamp-sdk"
dnl compiler and linker flags
LIBVAMP_LOCAL_CXXFLAGS='-I$(top_srcdir)/lib-src/libvamp'
LIBVAMP_LOCAL_LDFLAGS='-L$(top_builddir)/lib-src/libvamp/src -lvamp-hostsdk'
LIBVAMP_LOCAL_LIBS="libvamp-hostsdk.a"
dnl add some extra object files we can build
LIBVAMP_LOCAL_OPTOBJS="effects/vamp/VampEffect.o effects/vamp/LoadVamp.o"
dnl define a pre-processor symbol to tell other code that the vamp host