diff --git a/Library/TeamTalkLib/build/webrtc/CMakeLists.txt b/Library/TeamTalkLib/build/webrtc/CMakeLists.txt index e75fb348a3..e16d812a68 100644 --- a/Library/TeamTalkLib/build/webrtc/CMakeLists.txt +++ b/Library/TeamTalkLib/build/webrtc/CMakeLists.txt @@ -232,7 +232,7 @@ else() message (WARNING "WebRTC is not present in ${WEBRTC_SOURCE_ROOT}. Downloading... This takes a loooong time") file(MAKE_DIRECTORY ${WEBRTC_FETCH_PATH}) set (WEBRTC_DOWNLOAD_CMD1 ${DEPOTTOOLS_EXPORT} && cd ${WEBRTC_FETCH_PATH} && fetch --nohooks ${WEBRTC_REPO_NAME}) - set (WEBRTC_DOWNLOAD_CMD2 ${DEPOTTOOLS_EXPORT} && cd ${WEBRTC_SOURCE_ROOT} && git checkout branch-heads/7778) + set (WEBRTC_DOWNLOAD_CMD2 ${DEPOTTOOLS_EXPORT} && cd ${WEBRTC_SOURCE_ROOT} && git checkout branch-heads/7827) set (WEBRTC_DOWNLOAD_CMD3 ${DEPOTTOOLS_EXPORT} && cd ${WEBRTC_FETCH_PATH} && gclient sync -D ${TOOLCHAIN_BUILD_MAKEJOBS}) set (WEBRTC_PATCH_CMD cd ${WEBRTC_SOURCE_ROOT} && git apply ${CMAKE_CURRENT_LIST_DIR}/0001-Add-teamtalk-static-lib.patch) else() diff --git a/Library/TeamTalkLib/build/webrtc/depottools-win.bat_sample b/Library/TeamTalkLib/build/webrtc/depottools-win.bat_sample index 318dacc7ae..da29b156cd 100644 --- a/Library/TeamTalkLib/build/webrtc/depottools-win.bat_sample +++ b/Library/TeamTalkLib/build/webrtc/depottools-win.bat_sample @@ -6,7 +6,7 @@ CALL fetch --nohooks webrtc IF NOT "%ERRORLEVEL%" == "0" GOTO fail CD @WEBRTC_SOURCE_ROOT_NATIVE@ IF NOT "%ERRORLEVEL%" == "0" GOTO fail -CALL git checkout branch-heads/7778 +CALL git checkout branch-heads/7827 IF NOT "%ERRORLEVEL%" == "0" GOTO fail CD @WEBRTC_FETCH_PATH_NATIVE@ IF NOT "%ERRORLEVEL%" == "0" GOTO fail