* Add Vamp and LADSPA to configure

This commit is contained in:
Chris Cannam
2007-11-08 10:43:21 +00:00
parent b38331b92c
commit f2ced5b6d4
2 changed files with 16 additions and 5 deletions

View File

@@ -22,6 +22,12 @@ PKG_CHECK_MODULES([FFTW],[fftw3])
AC_SUBST(FFTW_CFLAGS)
AC_SUBST(FFTW_LIBS)
AC_CHECK_HEADERS(ladspa.h)
PKG_CHECK_MODULES([VAMP],[vamp-sdk])
AC_SUBST(VAMP_CFLAGS)
AC_SUBST(VAMP_LIBS)
changequote(,)dnl
if test "x$GCC" = "xyes"; then
case " $CXXFLAGS " in