Changeset 4701 for pjproject/trunk/aconfigure
- Timestamp:
- Jan 3, 2014 3:44:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r4656 r4701 651 651 ac_external_pa 652 652 ac_pjmedia_snd 653 ac_pjmedia_resample 654 ac_external_srtp 653 655 ac_external_gsm 654 656 ac_external_speex … … 743 745 with_external_speex 744 746 with_external_gsm 747 with_external_srtp 748 enable_resample 745 749 enable_sound 746 750 with_external_pa … … 1410 1414 --enable-epoll Use /dev/epoll ioqueue on Linux (experimental) 1411 1415 --enable-shared Build shared libraries 1416 --disable-resample Disable resampling implementations 1412 1417 --disable-sound Exclude sound (i.e. use null sound) 1413 1418 --disable-oss Disable OSS audio (default: not disabled) … … 1424 1429 --disable-speex-codec Exclude Speex codecs in the build 1425 1430 --disable-ilbc-codec Exclude iLBC codec in the build 1426 --enable-libsamplerate Link with libsamplerate when available. Note that 1427 PJMEDIA_RESAMPLE_IMP must also be configured 1431 --enable-libsamplerate Link with libsamplerate when available. 1428 1432 --enable-resample-dll Build libresample as shared library 1429 1433 --disable-sdl Disable SDL (default: not disabled) … … 1456 1460 accessible to use (hint: use CFLAGS and LDFLAGS env 1457 1461 var to set the include/lib paths) 1462 --with-external-srtp Use external SRTP development files, not the one in 1463 "third_party" directory. When this option is set, 1464 make sure that SRTP is accessible to use (hint: use 1465 CFLAGS and LDFLAGS env var to set the include/lib 1466 paths) 1458 1467 --with-external-pa Use external PortAudio development files, not the 1459 1468 one in "third_party" directory. When this option is … … 5789 5798 5790 5799 5800 ac_external_srtp=0 5801 5802 5803 # Check whether --with-external-srtp was given. 5804 if test "${with_external_srtp+set}" = set; then : 5805 withval=$with_external_srtp; 5806 if test "x$with_external_srtp" != "xno"; then 5807 # Test SRTP installation 5808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if external SRTP devkit is installed" >&5 5809 $as_echo_n "checking if external SRTP devkit is installed... " >&6; } 5810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5811 /* end confdefs.h. */ 5812 #include <srtp/srtp.h> 5813 5814 int 5815 main () 5816 { 5817 srtp_init(); 5818 ; 5819 return 0; 5820 } 5821 _ACEOF 5822 if ac_fn_c_try_compile "$LINENO"; then : 5823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes!!" >&5 5824 $as_echo "yes!!" >&6; } 5825 ac_external_srtp="1" 5826 5827 else 5828 as_fn_error $? "Unable to use SRTP. If SRTP development files are not available in the default locations, use CFLAGS and LDFLAGS env var to set the include/lib paths" "$LINENO" 5 5829 fi 5830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5831 fi 5832 5833 5834 fi 5835 5836 5837 5838 ac_pjmedia_resample=libresample 5839 5840 # Check whether --enable-resample was given. 5841 if test "${enable_resample+set}" = set; then : 5842 enableval=$enable_resample; if test "$enable_resample" = "no"; then 5843 ac_pjmedia_resample=none 5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if resampling is disabled...yes" >&5 5845 $as_echo "Checking if resampling is disabled...yes" >&6; } 5846 fi 5847 5848 fi 5849 5791 5850 5792 5851 … … 6258 6317 fi 6259 6318 6319 ac_pjmedia_resample=libsamplerate 6260 6320 else 6261 6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Skipping libsamplerate detection" >&5 … … 7455 7515 7456 7516 ac_fn_c_check_header_mongrel "$LINENO" "vo-amrwbenc/enc_if.h" "ac_cv_header_vo_amrwbenc_enc_if_h" "$ac_includes_default" 7457 if test "x$ac_cv_header_vo_amrwbenc_enc_if_h" = x yes; then :7517 if test "x$ac_cv_header_vo_amrwbenc_enc_if_h" = x""yes; then : 7458 7518 opencore_amrwb_enc_h_present=1 7459 7519 fi … … 7461 7521 7462 7522 ac_fn_c_check_header_mongrel "$LINENO" "opencore-amrwb/dec_if.h" "ac_cv_header_opencore_amrwb_dec_if_h" "$ac_includes_default" 7463 if test "x$ac_cv_header_opencore_amrwb_dec_if_h" = x yes; then :7523 if test "x$ac_cv_header_opencore_amrwb_dec_if_h" = x""yes; then : 7464 7524 opencore_amrwb_dec_h_present=1 7465 7525 fi … … 7468 7528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for D_IF_init in -lopencore-amrwb" >&5 7469 7529 $as_echo_n "checking for D_IF_init in -lopencore-amrwb... " >&6; } 7470 if ${ac_cv_lib_opencore_amrwb_D_IF_init+:} false; then :7530 if test "${ac_cv_lib_opencore_amrwb_D_IF_init+set}" = set; then : 7471 7531 $as_echo_n "(cached) " >&6 7472 7532 else … … 7502 7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_opencore_amrwb_D_IF_init" >&5 7503 7563 $as_echo "$ac_cv_lib_opencore_amrwb_D_IF_init" >&6; } 7504 if test "x$ac_cv_lib_opencore_amrwb_D_IF_init" = x yes; then :7564 if test "x$ac_cv_lib_opencore_amrwb_D_IF_init" = x""yes; then : 7505 7565 opencore_amrwb_dec_present=1 && LIBS="$LIBS -lopencore-amrwb" 7506 7566 fi … … 7508 7568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for E_IF_init in -lvo-amrwbenc" >&5 7509 7569 $as_echo_n "checking for E_IF_init in -lvo-amrwbenc... " >&6; } 7510 if ${ac_cv_lib_vo_amrwbenc_E_IF_init+:} false; then :7570 if test "${ac_cv_lib_vo_amrwbenc_E_IF_init+set}" = set; then : 7511 7571 $as_echo_n "(cached) " >&6 7512 7572 else … … 7542 7602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_vo_amrwbenc_E_IF_init" >&5 7543 7603 $as_echo "$ac_cv_lib_vo_amrwbenc_E_IF_init" >&6; } 7544 if test "x$ac_cv_lib_vo_amrwbenc_E_IF_init" = x yes; then :7604 if test "x$ac_cv_lib_vo_amrwbenc_E_IF_init" = x""yes; then : 7545 7605 opencore_amrwb_enc_present=1 && LIBS="$LIBS -lvo-amrwbenc" 7546 7606 fi … … 7601 7661 7602 7662 ac_fn_c_check_header_mongrel "$LINENO" "SKP_Silk_SDK_API.h" "ac_cv_header_SKP_Silk_SDK_API_h" "$ac_includes_default" 7603 if test "x$ac_cv_header_SKP_Silk_SDK_API_h" = x yes; then :7663 if test "x$ac_cv_header_SKP_Silk_SDK_API_h" = x""yes; then : 7604 7664 silk_h_present=1 7605 7665 fi … … 7608 7668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SKP_Silk_SDK_get_version in -lSKP_SILK_SDK" >&5 7609 7669 $as_echo_n "checking for SKP_Silk_SDK_get_version in -lSKP_SILK_SDK... " >&6; } 7610 if ${ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version+:} false; then :7670 if test "${ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version+set}" = set; then : 7611 7671 $as_echo_n "(cached) " >&6 7612 7672 else … … 7642 7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version" >&5 7643 7703 $as_echo "$ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version" >&6; } 7644 if test "x$ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version" = x yes; then :7704 if test "x$ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version" = x""yes; then : 7645 7705 silk_present=1 && LIBS="$LIBS -lSKP_SILK_SDK" 7646 7706 fi
Note: See TracChangeset
for help on using the changeset viewer.