Ignore:
Timestamp:
Oct 16, 2007 8:54:00 AM (17 years ago)
Author:
bennylp
Message:

Ticket #398: support for libsamplerate in the autoconf+Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/build/samplerate/README.txt

    r1493 r1502  
    6060Makefile build 
    6161-------------- 
    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. 
    6364 
    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. 
    6571 
    6672 
    6773Enabling libsamplerate for PJMEDIA's resample 
    6874--------------------------------------------- 
    69     Add this in config_site.h: 
     75    For both Visual Studio and Makefile based build system, add this in  
     76    config_site.h: 
    7077 
    7178      #define PJMEDIA_RESAMPLE_IMP PJMEDIA_RESAMPLE_LIBSAMPLERATE 
Note: See TracChangeset for help on using the changeset viewer.