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 <[email protected]>
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