- Timestamp:
- Jan 3, 2014 3:44:05 AM (11 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 16 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 -
pjproject/trunk/aconfigure.ac
r4656 r4701 529 529 530 530 531 dnl # Use external SRTP installation 532 AC_SUBST(ac_external_srtp,0) 533 AC_ARG_WITH(external-srtp, 534 AC_HELP_STRING([--with-external-srtp], 535 [Use external SRTP development files, not the one in "third_party" directory. When this option is set, make sure that SRTP is accessible to use (hint: use CFLAGS and LDFLAGS env var to set the include/lib paths)]), 536 [ 537 if test "x$with_external_srtp" != "xno"; then 538 # Test SRTP installation 539 AC_MSG_CHECKING([if external SRTP devkit is installed]) 540 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <srtp/srtp.h> 541 ]], 542 [srtp_init();])], 543 [AC_MSG_RESULT(yes!!) 544 ac_external_srtp="1" 545 ], 546 [AC_MSG_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])]) 547 fi 548 ] 549 ) 550 551 552 dnl # Resample implementation 553 AC_SUBST(ac_pjmedia_resample,libresample) 554 AC_ARG_ENABLE(resample, 555 AC_HELP_STRING([--disable-resample], 556 [Disable resampling implementations]), 557 [if test "$enable_resample" = "no"; then 558 [ac_pjmedia_resample=none] 559 AC_MSG_RESULT([Checking if resampling is disabled...yes]) 560 fi] 561 ) 531 562 532 563 dnl # Sound device backend selection … … 832 863 AC_ARG_ENABLE(libsamplerate, 833 864 AC_HELP_STRING([--enable-libsamplerate], 834 [Link with libsamplerate when available. Note that PJMEDIA_RESAMPLE_IMP must also be configured]), 835 [ AC_CHECK_LIB(samplerate,src_new) ], 865 [Link with libsamplerate when available.]), 866 [ AC_CHECK_LIB(samplerate,src_new) ] 867 [ac_pjmedia_resample=libsamplerate], 836 868 AC_MSG_RESULT([Skipping libsamplerate detection]) 837 869 ) -
pjproject/trunk/build.mak.in
r4656 r4701 27 27 export APP_THIRD_PARTY_EXT := 28 28 export APP_THIRD_PARTY_LIBS := 29 export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_SUFFIX) $(PJ_DIR)/third_party/lib/libsrtp-$(LIB_SUFFIX) 30 ifeq ($(PJ_SHARED_LIBRARIES),) 31 APP_THIRD_PARTY_LIBS += -lmilenage-$(TARGET_NAME) -lsrtp-$(TARGET_NAME) 32 else 33 APP_THIRD_PARTY_LIBS += -lmilenage -lsrtp 34 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libmilenage.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libmilenage.$(SHLIB_SUFFIX) \ 35 $(PJ_DIR)/third_party/lib/libsrtp.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libsrtp.$(SHLIB_SUFFIX) 36 endif 37 29 export APP_THIRD_PARTY_LIB_FILES := $(PJ_DIR)/third_party/lib/libmilenage-$(LIB_SUFFIX) 30 ifeq ($(PJ_SHARED_LIBRARIES),) 31 APP_THIRD_PARTY_LIBS += -lmilenage-$(TARGET_NAME) 32 else 33 APP_THIRD_PARTY_LIBS += -lmilenage 34 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libmilenage.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libmilenage.$(SHLIB_SUFFIX) 35 endif 36 37 ifeq (@ac_external_srtp@,1) 38 # External SRTP library 39 APP_THIRD_PARTY_EXT += -lsrtp 40 else 41 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libsrtp-$(LIB_SUFFIX) 42 ifeq ($(PJ_SHARED_LIBRARIES),) 43 APP_THIRD_PARTY_LIBS += -lsrtp-$(TARGET_NAME) 44 else 45 APP_THIRD_PARTY_LIBS += -lsrtp 46 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libsrtp.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libsrtp.$(SHLIB_SUFFIX) 47 endif 48 endif 49 50 ifeq (@ac_pjmedia_resample@,libresample) 38 51 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libresample-$(LIB_SUFFIX) 39 52 ifeq ($(PJ_SHARED_LIBRARIES),) … … 48 61 APP_THIRD_PARTY_LIBS += -lresample 49 62 APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libresample.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libresample.$(SHLIB_SUFFIX) 63 endif 50 64 endif 51 65 -
pjproject/trunk/pjmedia/build/Makefile
r4656 r4701 3 3 4 4 THIRD_PARTY:=$(PJDIR)/third_party 5 6 SRTP_INC=$(CC_INC)$(THIRD_PARTY)/build/srtp \7 $(CC_INC)$(THIRD_PARTY)/srtp/crypto/include \8 $(CC_INC)$(THIRD_PARTY)/srtp/include9 5 10 6 include $(PJDIR)/build/common.mak … … 49 45 $(CC_INC)../../pjmedia/include \ 50 46 $(CC_INC)../../pjnath/include \ 51 $(CC_INC)../.. \ 52 $(SRTP_INC) 47 $(CC_INC)../.. 53 48 export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \ 54 49 $(HOST_CXXFLAGS) $(CXXFLAGS) … … 72 67 g711.o jbuf.o master_port.o mem_capture.o mem_player.o \ 73 68 null_port.o plc_common.o port.o splitcomb.o \ 74 resample_resample.o resample_libsamplerate.o \69 resample_resample.o resample_libsamplerate.o resample_speex.o \ 75 70 resample_port.o rtcp.o rtcp_xr.o rtp.o \ 76 71 sdp.o sdp_cmp.o sdp_neg.o session.o silencedet.o \ -
pjproject/trunk/pjmedia/build/os-auto.mak.in
r4635 r4701 130 130 131 131 # 132 # SRTP 133 # 134 ifeq (@ac_external_srtp@,1) 135 # External SRTP 136 export CFLAGS += -DPJMEDIA_EXTERNAL_SRTP=1 137 else 138 # Our SRTP in third_party 139 export CFLAGS += -I$(THIRD_PARTY)/build/srtp \ 140 -I$(THIRD_PARTY)/srtp/crypto/include \ 141 -I$(THIRD_PARTY)/srtp/include 142 143 endif 144 145 # 146 # Resample 147 # 148 AC_PJMEDIA_RESAMPLE=@ac_pjmedia_resample@ 149 150 ifeq ($(AC_PJMEDIA_RESAMPLE),none) 151 # No resample support 152 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE 153 endif 154 155 ifeq ($(AC_PJMEDIA_RESAMPLE),libresample) 156 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBRESAMPLE 157 endif 158 159 ifeq ($(AC_PJMEDIA_RESAMPLE),libsamplerate) 160 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBSAMPLERATE 161 endif 162 163 ifeq ($(AC_PJMEDIA_RESAMPLE),speex) 164 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_SPEEX 165 endif 166 167 # 132 168 # PortAudio 133 169 # -
pjproject/trunk/pjmedia/build/os-darwinos.mak
r2601 r4701 79 79 endif 80 80 81 # 82 # Resample 83 # 84 AC_PJMEDIA_RESAMPLE=libresample 85 86 ifeq ($(AC_PJMEDIA_RESAMPLE),none) 87 # No resample support 88 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE 89 endif 90 91 ifeq ($(AC_PJMEDIA_RESAMPLE),libresample) 92 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBRESAMPLE 93 endif 94 95 ifeq ($(AC_PJMEDIA_RESAMPLE),libsamplerate) 96 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBSAMPLERATE 97 endif 98 99 ifeq ($(AC_PJMEDIA_RESAMPLE),speex) 100 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_SPEEX 101 endif 102 103 # 104 # SRTP 105 # 106 #ifeq (@ac_external_srtp@,1) 107 ifeq (0,1) 108 # External SRTP 109 export CFLAGS += -DPJMEDIA_EXTERNAL_SRTP=1 110 else 111 # Our SRTP in third_party 112 export CFLAGS += -I$(THIRD_PARTY)/build/srtp \ 113 -I$(THIRD_PARTY)/srtp/crypto/include \ 114 -I$(THIRD_PARTY)/srtp/include 115 116 endif 81 117 82 118 # -
pjproject/trunk/pjmedia/build/os-linux.mak
r2601 r4701 73 73 endif 74 74 75 # 76 # Resample 77 # 78 AC_PJMEDIA_RESAMPLE=libresample 79 80 ifeq ($(AC_PJMEDIA_RESAMPLE),none) 81 # No resample support 82 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE 83 endif 84 85 ifeq ($(AC_PJMEDIA_RESAMPLE),libresample) 86 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBRESAMPLE 87 endif 88 89 ifeq ($(AC_PJMEDIA_RESAMPLE),libsamplerate) 90 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBSAMPLERATE 91 endif 92 93 ifeq ($(AC_PJMEDIA_RESAMPLE),speex) 94 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_SPEEX 95 endif 96 97 # 98 # SRTP 99 # 100 #ifeq (@ac_external_srtp@,1) 101 ifeq (0,1) 102 # External SRTP 103 export CFLAGS += -DPJMEDIA_EXTERNAL_SRTP=1 104 else 105 # Our SRTP in third_party 106 export CFLAGS += -I$(THIRD_PARTY)/build/srtp \ 107 -I$(THIRD_PARTY)/srtp/crypto/include \ 108 -I$(THIRD_PARTY)/srtp/include 109 110 endif 75 111 76 112 # -
pjproject/trunk/pjmedia/build/os-rtems.mak
r604 r4701 7 7 export SOUND_OBJS = $(NULLSOUND_OBJS) 8 8 9 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBRESAMPLE -
pjproject/trunk/pjmedia/build/os-win32.mak
r2601 r4701 75 75 endif 76 76 77 # 78 # Resample 79 # 80 AC_PJMEDIA_RESAMPLE=libresample 81 82 ifeq ($(AC_PJMEDIA_RESAMPLE),none) 83 # No resample support 84 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_NONE 85 endif 86 87 ifeq ($(AC_PJMEDIA_RESAMPLE),libresample) 88 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBRESAMPLE 89 endif 90 91 ifeq ($(AC_PJMEDIA_RESAMPLE),libsamplerate) 92 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBSAMPLERATE 93 endif 94 95 ifeq ($(AC_PJMEDIA_RESAMPLE),speex) 96 export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_SPEEX 97 endif 98 99 # 100 # SRTP 101 # 102 #ifeq (@ac_external_srtp@,1) 103 ifeq (0,1) 104 # External SRTP 105 export CFLAGS += -DPJMEDIA_EXTERNAL_SRTP=1 106 else 107 # Our SRTP in third_party 108 export CFLAGS += -I$(THIRD_PARTY)/build/srtp \ 109 -I$(THIRD_PARTY)/srtp/crypto/include \ 110 -I$(THIRD_PARTY)/srtp/include 111 112 endif 77 113 78 114 # -
pjproject/trunk/pjmedia/include/pjmedia/config.h
r4577 r4701 915 915 916 916 /** 917 * Let the library handle libsrtp initialization and deinitialization. 918 * Application may want to disable this and manually perform libsrtp 919 * initialization and deinitialization when it needs to use libsrtp 920 * before the library is initialized or after the library is shutdown. 921 * 922 * By default it is enabled. 923 */ 924 #ifndef PJMEDIA_LIBSRTP_AUTO_INIT_DEINIT 925 # define PJMEDIA_LIBSRTP_AUTO_INIT_DEINIT 1 926 #endif 927 928 929 /** 917 930 * Enable support to handle codecs with inconsistent clock rate 918 931 * between clock rate in SDP/RTP & the clock rate that is actually used. -
pjproject/trunk/pjmedia/src/pjmedia/transport_srtp.c
r4613 r4701 31 31 #if defined(PJMEDIA_HAS_SRTP) && (PJMEDIA_HAS_SRTP != 0) 32 32 33 #include <srtp.h> 33 #if defined(PJMEDIA_EXTERNAL_SRTP) && (PJMEDIA_EXTERNAL_SRTP != 0) 34 # include <srtp/srtp.h> 35 #else 36 # include <srtp.h> 37 #endif 34 38 35 39 #define THIS_FILE "transport_srtp.c" … … 277 281 PJ_DEF(pj_status_t) pjmedia_srtp_init_lib(pjmedia_endpt *endpt) 278 282 { 283 #if PJMEDIA_LIBSRTP_AUTO_INIT_DEINIT 279 284 if (libsrtp_initialized == PJ_FALSE) { 280 285 err_status_t err; … … 299 304 libsrtp_initialized = PJ_TRUE; 300 305 } 306 #else 307 PJ_UNUSED_ARG(endpt); 308 #endif 301 309 302 310 return PJ_SUCCESS; -
pjproject/trunk/third_party/build/Makefile
r2037 r4701 1 DIRS = resample milenage srtp1 DIRS = milenage 2 2 3 3 include ../../build.mak -
pjproject/trunk/third_party/build/os-auto.mak.in
r3295 r4701 32 32 endif 33 33 34 ifeq (@ac_external_srtp@,1) 35 # External SRTP 36 else 37 DIRS += srtp 38 endif 39 40 ifeq (@ac_pjmedia_resample@,libresample) 41 DIRS += resample 42 endif -
pjproject/trunk/third_party/build/os-darwinos.mak
r2601 r4701 4 4 DIRS += portaudio 5 5 DIRS += g7221 6 DIRS += srtp 7 DIRS += resample 6 8 7 9 -
pjproject/trunk/third_party/build/os-linux.mak
r2601 r4701 4 4 DIRS += portaudio 5 5 DIRS += g7221 6 DIRS += srtp 7 DIRS += resample 6 8 7 9 -
pjproject/trunk/third_party/build/os-win32.mak
r2601 r4701 4 4 DIRS += portaudio 5 5 DIRS += g7221 6 DIRS += srtp 7 DIRS += resample 6 8 7 9
Note: See TracChangeset
for help on using the changeset viewer.