@@ -641,6 +641,7 @@ ac_pa_use_alsa
641
641
ac_pa_cflags
642
642
ac_external_pa
643
643
ac_pjmedia_snd
644
+ ac_pjmedia_resample
644
645
ac_external_srtp
645
646
ac_external_gsm
646
647
ac_external_speex
@@ -735,6 +736,7 @@ enable_shared
735
736
with_external_speex
736
737
with_external_gsm
737
738
with_external_srtp
739
+ enable_resample
738
740
enable_sound
739
741
with_external_pa
740
742
enable_oss
@@ -1402,6 +1404,7 @@ Optional Features:
1402
1404
Disable floating point where possible
1403
1405
--enable-epoll Use /dev/epoll ioqueue on Linux (experimental)
1404
1406
--enable-shared Build shared libraries
1407
+ --disable-resample Disable resampling implementations
1405
1408
--disable-sound Exclude sound (i.e. use null sound)
1406
1409
--disable-oss Disable OSS audio (default: not disabled)
1407
1410
--disable-video Disable video feature
@@ -1416,8 +1419,7 @@ Optional Features:
1416
1419
--disable-g7221-codec Exclude G.7221 codec in the build
1417
1420
--disable-speex-codec Exclude Speex codecs in the build
1418
1421
--disable-ilbc-codec Exclude iLBC codec in the build
1419
- --enable-libsamplerate Link with libsamplerate when available. Note that
1420
- PJMEDIA_RESAMPLE_IMP must also be configured
1422
+ --enable-libsamplerate Link with libsamplerate when available.
1421
1423
--enable-resample-dll Build libresample as shared library
1422
1424
--disable-sdl Disable SDL (default: not disabled)
1423
1425
--disable-ffmpeg Disable ffmpeg (default: not disabled)
@@ -5865,6 +5867,19 @@ fi
5865
5867
5866
5868
5867
5869
5870
+ ac_pjmedia_resample=libresample
5871
+
5872
+ # Check whether --enable-resample was given.
5873
+ if test " ${enable_resample+set} " = set ; then :
5874
+ enableval=$enable_resample ; if test " $enable_resample " = " no" ; then
5875
+ ac_pjmedia_resample=none
5876
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: Checking if resampling is disabled...yes" >&5
5877
+ $as_echo " Checking if resampling is disabled...yes" >&6 ; }
5878
+ fi
5879
+
5880
+ fi
5881
+
5882
+
5868
5883
5869
5884
# Check whether --enable-sound was given.
5870
5885
if test " ${enable_sound+set} " = set ; then :
@@ -6322,6 +6337,7 @@ _ACEOF
6322
6337
6323
6338
fi
6324
6339
6340
+ ac_pjmedia_resample=libsamplerate
6325
6341
else
6326
6342
{ $as_echo " $as_me :${as_lineno-$LINENO } : result: Skipping libsamplerate detection" >&5
6327
6343
$as_echo " Skipping libsamplerate detection" >&6 ; }
@@ -7519,20 +7535,20 @@ $as_echo "OpenCORE AMR-NB library found, AMR-NB support enabled" >&6; }
7519
7535
7520
7536
7521
7537
ac_fn_c_check_header_mongrel " $LINENO " " vo-amrwbenc/enc_if.h" " ac_cv_header_vo_amrwbenc_enc_if_h" " $ac_includes_default "
7522
- if test " x$ac_cv_header_vo_amrwbenc_enc_if_h " = xyes ; then :
7538
+ if test " x$ac_cv_header_vo_amrwbenc_enc_if_h " = x " " yes ; then :
7523
7539
opencore_amrwb_enc_h_present=1
7524
7540
fi
7525
7541
7526
7542
7527
7543
ac_fn_c_check_header_mongrel " $LINENO " " opencore-amrwb/dec_if.h" " ac_cv_header_opencore_amrwb_dec_if_h" " $ac_includes_default "
7528
- if test " x$ac_cv_header_opencore_amrwb_dec_if_h " = xyes ; then :
7544
+ if test " x$ac_cv_header_opencore_amrwb_dec_if_h " = x " " yes ; then :
7529
7545
opencore_amrwb_dec_h_present=1
7530
7546
fi
7531
7547
7532
7548
7533
7549
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for D_IF_init in -lopencore-amrwb" >&5
7534
7550
$as_echo_n " checking for D_IF_init in -lopencore-amrwb... " >&6 ; }
7535
- if ${ac_cv_lib_opencore_amrwb_D_IF_init+: } false ; then :
7551
+ if test " ${ac_cv_lib_opencore_amrwb_D_IF_init+set} " = set ; then :
7536
7552
$as_echo_n " (cached) " >&6
7537
7553
else
7538
7554
ac_check_lib_save_LIBS=$LIBS
@@ -7566,13 +7582,13 @@ LIBS=$ac_check_lib_save_LIBS
7566
7582
fi
7567
7583
{ $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_cv_lib_opencore_amrwb_D_IF_init " >&5
7568
7584
$as_echo " $ac_cv_lib_opencore_amrwb_D_IF_init " >&6 ; }
7569
- if test " x$ac_cv_lib_opencore_amrwb_D_IF_init " = xyes ; then :
7585
+ if test " x$ac_cv_lib_opencore_amrwb_D_IF_init " = x " " yes ; then :
7570
7586
opencore_amrwb_dec_present=1 && LIBS=" $LIBS -lopencore-amrwb"
7571
7587
fi
7572
7588
7573
7589
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for E_IF_init in -lvo-amrwbenc" >&5
7574
7590
$as_echo_n " checking for E_IF_init in -lvo-amrwbenc... " >&6 ; }
7575
- if ${ac_cv_lib_vo_amrwbenc_E_IF_init+: } false ; then :
7591
+ if test " ${ac_cv_lib_vo_amrwbenc_E_IF_init+set} " = set ; then :
7576
7592
$as_echo_n " (cached) " >&6
7577
7593
else
7578
7594
ac_check_lib_save_LIBS=$LIBS
@@ -7606,7 +7622,7 @@ LIBS=$ac_check_lib_save_LIBS
7606
7622
fi
7607
7623
{ $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_cv_lib_vo_amrwbenc_E_IF_init " >&5
7608
7624
$as_echo " $ac_cv_lib_vo_amrwbenc_E_IF_init " >&6 ; }
7609
- if test " x$ac_cv_lib_vo_amrwbenc_E_IF_init " = xyes ; then :
7625
+ if test " x$ac_cv_lib_vo_amrwbenc_E_IF_init " = x " " yes ; then :
7610
7626
opencore_amrwb_enc_present=1 && LIBS=" $LIBS -lvo-amrwbenc"
7611
7627
fi
7612
7628
@@ -7665,14 +7681,14 @@ $as_echo "Using SILK prefix... $with_silk" >&6; }
7665
7681
7666
7682
7667
7683
ac_fn_c_check_header_mongrel " $LINENO " " SKP_Silk_SDK_API.h" " ac_cv_header_SKP_Silk_SDK_API_h" " $ac_includes_default "
7668
- if test " x$ac_cv_header_SKP_Silk_SDK_API_h " = xyes ; then :
7684
+ if test " x$ac_cv_header_SKP_Silk_SDK_API_h " = x " " yes ; then :
7669
7685
silk_h_present=1
7670
7686
fi
7671
7687
7672
7688
7673
7689
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for SKP_Silk_SDK_get_version in -lSKP_SILK_SDK" >&5
7674
7690
$as_echo_n " checking for SKP_Silk_SDK_get_version in -lSKP_SILK_SDK... " >&6 ; }
7675
- if ${ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version+: } false ; then :
7691
+ if test " ${ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version+set} " = set ; then :
7676
7692
$as_echo_n " (cached) " >&6
7677
7693
else
7678
7694
ac_check_lib_save_LIBS=$LIBS
@@ -7706,7 +7722,7 @@ LIBS=$ac_check_lib_save_LIBS
7706
7722
fi
7707
7723
{ $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version " >&5
7708
7724
$as_echo " $ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version " >&6 ; }
7709
- if test " x$ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version " = xyes ; then :
7725
+ if test " x$ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version " = x " " yes ; then :
7710
7726
silk_present=1 && LIBS=" $LIBS -lSKP_SILK_SDK"
7711
7727
fi
7712
7728
0 commit comments