Update libwebrtc-chromium-deps url and hash, set the hash in main file

This commit is contained in:
Axel Isouard 2016-12-11 09:23:21 +01:00
parent 377c684fc6
commit adb56b350c
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29
2 changed files with 3 additions and 3 deletions

View file

@ -65,8 +65,8 @@ 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/5d383c86c0480f00044911df22984605ce069960.zip)
set(LIBWEBRTC_CHROMIUM_DEPS https://github.com/aisouard/libwebrtc-chromium-deps/releases/download/v0.1-5e821a/libwebrtc-chromium-deps-5e821a778b85878bafcc8128f64333fd518c79a5.zip)
set(LIBWEBRTC_CHROMIUM_DEPS_HASH 47c50d293494fb9bc66289a386730b71)
add_subdirectory(Targets)
if (BUILD_SAMPLES)

View file

@ -3,7 +3,7 @@ include(ExternalProject)
ExternalProject_Add(chromium
URL ${LIBWEBRTC_CHROMIUM_DEPS}
URL_HASH MD5=cf057cf1d0919940ad1e68a829a80f2d
URL_HASH MD5=${LIBWEBRTC_CHROMIUM_DEPS_HASH}
SOURCE_DIR ${CMAKE_BINARY_DIR}/src/chromium/src
CONFIGURE_COMMAND ""