From e8cb0501f0c6f32ff49396e1d1b6603860cc0262 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 16 Oct 2007 08:54:00 +0000 Subject: Ticket #398: support for libsamplerate in the autoconf+Makefile git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1502 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index 6b79f4d7..4ffd1ae6 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -409,6 +409,13 @@ AC_ARG_ENABLE(ilbc-codec, fi], AC_MSG_RESULT([Checking if iLBC codec is disabled...no])) +dnl # Include libsamplerate +AC_ARG_ENABLE(libsamplerate, + AC_HELP_STRING([--enable-libsamplerate], + [Link with libsamplerate when available. Note that PJMEDIA_RESAMPLE_IMP must also be configured]), + [ AC_CHECK_LIB(samplerate,src_new) ], + AC_MSG_RESULT([Skipping libsamplerate detection]) + ) dnl ########################################## -- cgit v1.2.3