Skip to content

Commit

Permalink
upgrade Janus gateway to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabaldesi committed Dec 4, 2018
1 parent 0ff046b commit c0f21a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libs/janus-gateway
Submodule janus-gateway updated 168 files
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c0f21a5

Please sign in to comment.