get rid of our internal copy of the speex resampler. Instead, link against a system-installes libspeexdsp

This commit is contained in:
Lennart Poettering 2008-06-28 02:20:14 +02:00
parent 98c26b179d
commit 1568fcc979
10 changed files with 25 additions and 2045 deletions

View file

@ -496,6 +496,10 @@ PKG_CHECK_MODULES(LIBSNDFILE, [ sndfile >= 1.0.10 ])
AC_SUBST(LIBSNDFILE_CFLAGS)
AC_SUBST(LIBSNDFILE_LIBS)
PKG_CHECK_MODULES(LIBSPEEX, [ speexdsp >= 1.2 ])
AC_SUBST(LIBSPEEX_CFLAGS)
AC_SUBST(LIBSPEEX_LIBS)
#### atomic-ops ###
AC_MSG_CHECKING([whether we need libatomic_ops])