Changeset 1502 for pjproject/trunk/third_party/build/samplerate/README.txt
- Timestamp:
- Oct 16, 2007 8:54:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/build/samplerate/README.txt
r1493 r1502 60 60 Makefile build 61 61 -------------- 62 libsamplerate build is integrated with PJSIP's build system. 62 - Build and install libsamplerate (configure && make && make install). 63 Please follow the instructions in libsamplerate documentation. 63 64 64 TBD. 65 - Re-run PJSIP's "configure" script with this option: 66 67 ./configure --enable-libsamplerate 68 69 this will detect the presence of libsamplerate library and add it 70 to the input library list. 65 71 66 72 67 73 Enabling libsamplerate for PJMEDIA's resample 68 74 --------------------------------------------- 69 Add this in config_site.h: 75 For both Visual Studio and Makefile based build system, add this in 76 config_site.h: 70 77 71 78 #define PJMEDIA_RESAMPLE_IMP PJMEDIA_RESAMPLE_LIBSAMPLERATE
Note: See TracChangeset
for help on using the changeset viewer.