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/aconfigure.ac

    r1449 r1502  
    410410              AC_MSG_RESULT([Checking if iLBC codec is disabled...no])) 
    411411 
     412dnl # Include libsamplerate 
     413AC_ARG_ENABLE(libsamplerate, 
     414              AC_HELP_STRING([--enable-libsamplerate], 
     415                             [Link with libsamplerate when available. Note that PJMEDIA_RESAMPLE_IMP must also be configured]), 
     416              [ AC_CHECK_LIB(samplerate,src_new) ], 
     417              AC_MSG_RESULT([Skipping libsamplerate detection]) 
     418             ) 
    412419 
    413420 
Note: See TracChangeset for help on using the changeset viewer.