From 5f06dc95462a872f2a4f08737f889d5d47ca4365 Mon Sep 17 00:00:00 2001 From: Axel Isouard Date: Tue, 29 Nov 2016 20:41:57 +0100 Subject: [PATCH] WebRTC: Monthly bump, revision 71b9b58a3a3ac651e5a5c5d095411620bb425659 --- CMakeLists.txt | 4 ++-- Targets/WebRTC/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02c27c5..ffe64cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ set(LIBWEBRTC_LIBRARY_PROPERTIES ${LIBWEBRTC_LIBRARY_PROPERTIES} VERSION "${LIBWEBRTC_VERSION}" SOVERSION "${LIBWEBRTC_API_VERSION}") -set(LIBWEBRTC_WEBRTC_REVISION 7502401788fcba5c9f81a9e4701e2f0831e78698) +set(LIBWEBRTC_WEBRTC_REVISION 71b9b58a3a3ac651e5a5c5d095411620bb425659) # # Directories @@ -65,7 +65,7 @@ set(LIBWEBRTC_LIBRARY_NAME ${CMAKE_STATIC_LIBRARY_PREFIX}webrtc${CMAKE_STATIC_LI set(LIBWEBRTC_LIBRARY_PATH ${CMAKE_BINARY_DIR}/${LIBWEBRTC_INSTALL_LIB_DIR}/${LIBWEBRTC_LIBRARY_NAME}) set(LIBWEBRTC_BUILD_ROOT ${CMAKE_SOURCE_DIR}/src/out/Default) -set(LIBWEBRTC_CHROMIUM_DEPS https://github.com/aisouard/libwebrtc-chromium-deps/archive/9a197d80261aa54b394a7659272ee4b299280d4d.zip) +set(LIBWEBRTC_CHROMIUM_DEPS https://github.com/aisouard/libwebrtc-chromium-deps/archive/5d383c86c0480f00044911df22984605ce069960.zip) add_subdirectory(Targets) diff --git a/Targets/WebRTC/CMakeLists.txt b/Targets/WebRTC/CMakeLists.txt index db692eb..043ca90 100644 --- a/Targets/WebRTC/CMakeLists.txt +++ b/Targets/WebRTC/CMakeLists.txt @@ -5,7 +5,7 @@ set(ENV{DEPOT_TOOLS_WIN_TOOLCHAIN} "0") ExternalProject_Add(chromium URL ${LIBWEBRTC_CHROMIUM_DEPS} - URL_HASH MD5=d6aad8c950e1a99caaf27513fa147cac + URL_HASH MD5=cf057cf1d0919940ad1e68a829a80f2d SOURCE_DIR ${CMAKE_BINARY_DIR}/src/chromium/src CONFIGURE_COMMAND ""