-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libsrtp: use our own fork It uses a list hash rather than a single list to store stream contexts. By distributing the stream contexts in multiple lists (32) we enhance the list traversal time for the stream we are looking, by 32 times in the best case.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
[wrap-file] | ||
directory = libsrtp-2.5.0 | ||
source_url = https://github.com/cisco/libsrtp/archive/refs/tags/v2.5.0.tar.gz | ||
source_filename = libsrtp-2.5.0.tar.gz | ||
source_hash = 8a43ef8e9ae2b665292591af62aa1a4ae41e468b6d98d8258f91478735da4e09 | ||
wrapdb_version = 2.5.0-1 | ||
directory = libsrtp-4c9f0956f2933ac0650208d69c8d897625ba6301 | ||
source_url = https://github.com/versatica/libsrtp/archive/4c9f0956f2933ac0650208d69c8d897625ba6301.zip | ||
source_filename = libsrtp-4c9f0956f2933ac0650208d69c8d897625ba6301.zip | ||
source_hash = 4f3af61e26df398569605fc4bcf377587ca2d8bd34b2b4bf9cdb9590cadbd662 | ||
|
||
[provide] | ||
libsrtp2 = libsrtp2_dep |