Changeset 247:14de9873b2a0 in verona


Ignore:
Timestamp:
Jun 24, 2011 7:04:49 PM (2 years ago)
Author:
Vadim Lebedev <vadim@…>
Branch:
default
Message:

we need to build with shared libsrtp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r228 r247  
    4949  else(WIN32) 
    5050     add_definitions(-DISL_DLLENTRY=) 
     51     find_library(SRTP_SHARED_LIB  libsrtp.so) 
    5152  endif(WIN32) 
    52 if(ANDROID OR IPHONE OR CMAKE_UNDER_CE) 
     53if(ANDROID OR IPHONE OR CMAKE_UNDER_CE or NOT SRTP_SHARED_LIB) 
    5354  subdirs(libs/srtp) 
    5455endif(ANDROID OR IPHONE OR CMAKE_UNDER_CE)  
Note: See TracChangeset for help on using the changeset viewer.