Ignore:
Timestamp:
Jan 3, 2014 3:44:05 AM (11 years ago)
Author:
nanang
Message:

Close #1720:

  • Added configure flags --with-external-srtp and --disable-resample.
  • Added macro setting PJMEDIA_LIBSRTP_AUTO_INIT_DEINIT to allow application to handle libsrtp init & deinit by itself.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/build/Makefile

    r4656 r4701  
    33 
    44THIRD_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/include 
    95 
    106include $(PJDIR)/build/common.mak 
     
    4945                   $(CC_INC)../../pjmedia/include \ 
    5046                   $(CC_INC)../../pjnath/include \ 
    51                    $(CC_INC)../.. \ 
    52                    $(SRTP_INC)  
     47                   $(CC_INC)../.. 
    5348export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \ 
    5449                   $(HOST_CXXFLAGS) $(CXXFLAGS) 
     
    7267                        g711.o jbuf.o master_port.o mem_capture.o mem_player.o \ 
    7368                        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 \ 
    7570                        resample_port.o rtcp.o rtcp_xr.o rtp.o \ 
    7671                        sdp.o sdp_cmp.o sdp_neg.o session.o silencedet.o \ 
Note: See TracChangeset for help on using the changeset viewer.