projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a16f7ce
)
rtpengine: add mqtt dep
781/head
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Sat, 15 Oct 2022 07:56:09 +0000
(09:56 +0200)
committer
Sebastian Kemper
<sebastian_ml@gmx.net>
Sat, 15 Oct 2022 07:56:12 +0000
(09:56 +0200)
rtpengine will use the lib if found, so add it.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/rtpengine/Makefile
patch
|
blob
|
history
diff --git
a/net/rtpengine/Makefile
b/net/rtpengine/Makefile
index e60de94057b6b2bb22d4c7d9b338e70ac94ff51a..5967cb3b4760bffaa161b9eae62fc6698499ab04 100644
(file)
--- a/
net/rtpengine/Makefile
+++ b/
net/rtpengine/Makefile
@@
-45,6
+45,7
@@
ENGINE_DEPENDS := \
+libevent2-pthreads \
+libhiredis \
+libip4tc \
+ +libmosquitto \
+libopenssl \
+libpcap \
+libpcre \