Ignore:
Timestamp:
Sep 22, 2017 2:42:22 AM (7 years ago)
Author:
ming
Message:

Re #1993: With the update of bundled libSRTP to 2.1, external SRTP needs to be of version 2.x as well. This changeset will allow external SRTP users the option to continue using their current version 1.x.

  • Also add autodetection of external SRTP version via the configure script.

Thanks to Alexander Traud for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/build/os-auto.mak.in

    r5630 r5656  
    149149# SRTP 
    150150# 
    151 ifeq (@ac_external_srtp@,1) 
     151ifneq (@ac_external_srtp@,0) 
    152152# External SRTP 
    153 export CFLAGS += -DPJMEDIA_EXTERNAL_SRTP=1 
     153export CFLAGS += -DPJMEDIA_EXTERNAL_SRTP=@ac_external_srtp@ 
    154154# SRTP srtp_deinit()/srtp_shutdown() API availability settings 
    155155export CFLAGS += -DPJMEDIA_SRTP_HAS_DEINIT=@ac_srtp_deinit_present@ \ 
Note: See TracChangeset for help on using the changeset viewer.