Merge pull request #764 from micmac1/libsrtp-openssl
libsrtp: use OpenSSL
This commit is contained in:
commit
056e93c1ad
1 changed files with 3 additions and 1 deletions
|
@ -21,13 +21,15 @@ PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
CONFIGURE_ARGS+=--enable-openssl
|
||||||
|
|
||||||
define Package/libsrtp2
|
define Package/libsrtp2
|
||||||
SUBMENU:=Telephony
|
SUBMENU:=Telephony
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Secure RTP (SRTP) library, v$(PKG_VERSION)
|
TITLE:=Secure RTP (SRTP) library, v$(PKG_VERSION)
|
||||||
URL:=https://github.com/cisco/libsrtp
|
URL:=https://github.com/cisco/libsrtp
|
||||||
DEPENDS:=
|
DEPENDS:=+libopenssl
|
||||||
ABI_VERSION:=1
|
ABI_VERSION:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue