blob: 32b832ebffe3cb63e2e5132af07443df84e013ac [file] [log] [blame]
sergeyu@chromium.org305bb942012-11-26 20:22:37 +00001Name: libsrtp
mallinath@google.combe690502011-12-22 02:29:50 +00002URL: http://srtp.sourceforge.net/srtp.html
3Version: 1.4.4
torne@chromium.org84122792014-02-12 18:24:29 +00004License: 3-clause BSD
mallinath@google.combe690502011-12-22 02:29:50 +00005License File: srtp/LICENSE
6Security Critical: Yes
sergeyu@chromium.org6ed0ee92010-09-21 18:36:28 +00007
cdn@chromium.orgcece0cd2011-03-14 19:29:03 +00008Description:
mallinath@google.combe690502011-12-22 02:29:50 +00009 Libsrtp provides secure media transmission in a real
10 time communication. It's used with libjingle which
11 provides the p2p session setup.
sergeyu@chromium.org6ed0ee92010-09-21 18:36:28 +000012
mallinath@google.combe690502011-12-22 02:29:50 +000013 Libsrtp is distributed under the following BSD-based license, detailed info
14 in srtp/LICENSE.
sergeyu@chromium.org6ed0ee92010-09-21 18:36:28 +000015
mallinath@google.combe690502011-12-22 02:29:50 +000016Local Modifications:
17
scottmg@chromium.org7bcb8db2012-10-16 01:25:03 +000018Replace 'inline' with 'INLINE' and #define to either 'inline' or '__inline'.
19This is required because VS2012 does not allow redefinition of keywords via
20macros, but also does not support 'inline' in C files.
mallinath@chromium.orgdd4edd62013-07-24 00:22:54 +000021
22Adding additional RTP header check
primiano@chromium.org2f2e5572014-04-03 10:17:27 +000023
24Added gyp support to __arm64__