From c0f21a597ca9cb328948deb0d51f4de5dab86bc0 Mon Sep 17 00:00:00 2001 From: Luca Baldesi Date: Tue, 4 Dec 2018 11:41:35 +0100 Subject: [PATCH] upgrade Janus gateway to the latest version --- Libs/janus-gateway | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Libs/janus-gateway b/Libs/janus-gateway index be71c5d..cdde20e 160000 --- a/Libs/janus-gateway +++ b/Libs/janus-gateway @@ -1 +1 @@ -Subproject commit be71c5d128596c7aac76553f58e7125a35090196 +Subproject commit cdde20e1acc069b9317df44a61deff8ea8875edc diff --git a/Makefile b/Makefile index dff8389..6b61bc8 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ $(current_dir)/Tools/janus/bin/janus: git submodule init $(current_dir)/Libs/janus-gateway/ git submodule update $(current_dir)/Libs/janus-gateway/ cd $(current_dir)/Libs/janus-gateway/ && ./autogen.sh - cd $(current_dir)/Libs/janus-gateway/ && SRTP15X_CFLAGS="-I$(current_dir)/Libs/janus-gateway/Libs/libsrtp/include" SRTP15X_LIBS="-L$(current_dir)/Libs/janus-gateway/Libs/libsrtp" PKG_CONFIG_PATH=$(current_dir)/Libs/janus-gateway/Libs/libsrtp ./configure --disable-all-plugins --disable-all-transports --disable-all-handlers --enable-rest --disable-turn-rest-api --enable-static --prefix=$(current_dir)/Tools/janus --enable-plugin-streaming --enable-plugin-videoroom #--enable-libsrtp2 + cd $(current_dir)/Libs/janus-gateway/ && CFLAGS="-I$(current_dir)/Libs/janus-gateway/Libs/libsrtp/" LIBS=" -lsrtp2 " LDFLAGS="-L$(current_dir)/Libs/janus-gateway/Libs/libsrtp" ./configure --disable-all-plugins --disable-all-transports --disable-all-handlers --enable-rest --disable-turn-rest-api --enable-libsrtp2 --enable-static --prefix=$(current_dir)/Tools/janus --enable-plugin-streaming --enable-plugin-videoroom make -C Libs/janus-gateway/ install tests: