- add libsrtp back as part of top repo - this repo should be solid

This commit is contained in:
2026-01-31 21:42:23 +03:00
parent 3466156b23
commit 1653877e26
2383 changed files with 55949 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=@prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: Library for SRTP (Secure Realtime Transport Protocol)
Libs: -L${libdir} -lsrtp3
Libs.private: @LIBS@
Cflags: -I${includedir}