Changeset 248:1ca8c26b41ac in verona


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

force building of libsrtp.so on platforms where it is missing

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .hgsubstate

    r243 r248  
    11a1bd05cf1becfa567d269e68ab312ed4154d4ab2 libs/hlibpp 
    22cb83411a9e6657814a3f0e0b5d96bbb132540511 libs/miniini 
    3 e08a5e3d64479743513c2d6fbf7d7c5cfa0427bd libs/srtp 
     3901c9952b3bf2cfc29d30111e104b4971b739187 libs/srtp 
    440b9798565433cd06916508124af8e3ed20217ff6 mediastreamer2 
  • CMakeLists.txt

    r247 r248  
    5151     find_library(SRTP_SHARED_LIB  libsrtp.so) 
    5252  endif(WIN32) 
    53 if(ANDROID OR IPHONE OR CMAKE_UNDER_CE or NOT SRTP_SHARED_LIB) 
     53if(ANDROID OR IPHONE OR CMAKE_UNDER_CE OR NOT SRTP_SHARED_LIB) 
    5454  subdirs(libs/srtp) 
    55 endif(ANDROID OR IPHONE OR CMAKE_UNDER_CE)  
     55endif(ANDROID OR IPHONE OR CMAKE_UNDER_CE OR NOT SRTP_SHARED_LIB)  
    5656  subdirs(libs/hlibpp csl) 
    5757ENDIF(USE_CSL) 
Note: See TracChangeset for help on using the changeset viewer.