mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
get rid of our internal copy of the speex resampler. Instead, link against a system-installes libspeexdsp
This commit is contained in:
parent
98c26b179d
commit
1568fcc979
10 changed files with 25 additions and 2045 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue