Ignore:
Timestamp:
Jan 30, 2014 4:33:27 AM (10 years ago)
Author:
nanang
Message:

Close #1730: Added srtp_deinit()/shutdown() detection for external SRTP in configure script.

File:
1 edited

Legend:

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

    r4701 r4723  
    135135# External SRTP 
    136136export CFLAGS += -DPJMEDIA_EXTERNAL_SRTP=1 
     137# SRTP srtp_deinit()/srtp_shutdown() API availability settings 
     138export CFLAGS += -DPJMEDIA_SRTP_HAS_DEINIT=@ac_srtp_deinit_present@ \ 
     139                 -DPJMEDIA_SRTP_HAS_SHUTDOWN=@ac_srtp_shutdown_present@ 
    137140else 
    138141# Our SRTP in third_party 
Note: See TracChangeset for help on using the changeset viewer.