WebRTC: Monthly bump, revision 71b9b58a3a3ac651e5a5c5d095411620bb425659

This commit is contained in:
Axel Isouard 2016-11-29 20:41:57 +01:00
parent c92b3d7f0b
commit 5f06dc9546
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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 ""