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 --- third_party/build/samplerate/README.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'third_party') diff --git a/third_party/build/samplerate/README.txt b/third_party/build/samplerate/README.txt index 48832594..32c61c38 100644 --- a/third_party/build/samplerate/README.txt +++ b/third_party/build/samplerate/README.txt @@ -59,14 +59,21 @@ Visual Studio Build Makefile build -------------- - libsamplerate build is integrated with PJSIP's build system. + - Build and install libsamplerate (configure && make && make install). + Please follow the instructions in libsamplerate documentation. - TBD. + - Re-run PJSIP's "configure" script with this option: + + ./configure --enable-libsamplerate + + this will detect the presence of libsamplerate library and add it + to the input library list. Enabling libsamplerate for PJMEDIA's resample --------------------------------------------- - Add this in config_site.h: + For both Visual Studio and Makefile based build system, add this in + config_site.h: #define PJMEDIA_RESAMPLE_IMP PJMEDIA_RESAMPLE_LIBSAMPLERATE -- cgit v1.2.3