summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-10-16 08:54:00 +0000
committerBenny Prijono <bennylp@teluu.com>2007-10-16 08:54:00 +0000
commite8cb0501f0c6f32ff49396e1d1b6603860cc0262 (patch)
tree7d6d9692e83cd3660d8e40db9a9ffb6c58cf3d4a /third_party
parent5aea96f9de3908f2fc85c16001adc6c3f82d4705 (diff)
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
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/samplerate/README.txt13
1 files changed, 10 insertions, 3 deletions
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