mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 19:14:34 +04:00
rtpproxy: add missing dependency for libsrtp2
New rtpproxy package adds support for libsrtp2 if detected. In the context of buildbot every package gets selected and libsrtp2 support gets selected automatically with rtpproxy. Add this extra dependency directly to rtpproxy to fix build error. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
@@ -37,7 +37,7 @@ endef
|
||||
|
||||
define Package/rtpproxy
|
||||
$(call Package/rtpproxy/Default)
|
||||
DEPENDS:=+libatomic +libpthread +librt
|
||||
DEPENDS:=+libsrtp2 +libatomic +libpthread +librt
|
||||
TITLE:=RTP (Realtime Transport Protocol) proxy
|
||||
MENU:=1
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user