summaryrefslogtreecommitdiff
path: root/README.chromium
blob: 32b832ebffe3cb63e2e5132af07443df84e013ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name: libsrtp
URL: http://srtp.sourceforge.net/srtp.html
Version: 1.4.4
License: 3-clause BSD
License File: srtp/LICENSE
Security Critical: Yes

Description:
  Libsrtp provides secure media transmission in a real
  time communication. It's used with libjingle which
  provides the p2p session setup.

  Libsrtp is distributed under the following BSD-based license, detailed info
  in srtp/LICENSE.

Local Modifications:

Replace 'inline' with 'INLINE' and #define to either 'inline' or '__inline'.
This is required because VS2012 does not allow redefinition of keywords via
macros, but also does not support 'inline' in C files.

Adding additional RTP header check

Added gyp support to __arm64__