Changeset 1502 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Oct 16, 2007 8:54:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r1449 r1502 410 410 AC_MSG_RESULT([Checking if iLBC codec is disabled...no])) 411 411 412 dnl # Include libsamplerate 413 AC_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 ) 412 419 413 420
Note: See TracChangeset
for help on using the changeset viewer.