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:
Christian Marangi
2025-11-21 16:02:24 +01:00
parent f4c73b0482
commit 92e14ade27

View File

@@ -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