Merge pull request #764 from micmac1/libsrtp-openssl

libsrtp: use OpenSSL
This commit is contained in:
micmac1 2022-05-03 23:18:08 +02:00 committed by GitHub
commit 056e93c1ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,15 @@ PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
include $(INCLUDE_DIR)/package.mk
CONFIGURE_ARGS+=--enable-openssl
define Package/libsrtp2
SUBMENU:=Telephony
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Secure RTP (SRTP) library, v$(PKG_VERSION)
URL:=https://github.com/cisco/libsrtp
DEPENDS:=
DEPENDS:=+libopenssl
ABI_VERSION:=1
endef