mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
Update libwebrtc-chromium-deps url and hash, set the hash in main file
This commit is contained in:
parent
377c684fc6
commit
adb56b350c
2 changed files with 3 additions and 3 deletions
|
|
@ -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_LIBRARY_PATH ${CMAKE_BINARY_DIR}/${LIBWEBRTC_INSTALL_LIB_DIR}/${LIBWEBRTC_LIBRARY_NAME})
|
||||||
|
|
||||||
set(LIBWEBRTC_BUILD_ROOT ${CMAKE_SOURCE_DIR}/src/out/Default)
|
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)
|
add_subdirectory(Targets)
|
||||||
|
|
||||||
if (BUILD_SAMPLES)
|
if (BUILD_SAMPLES)
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ include(ExternalProject)
|
||||||
|
|
||||||
ExternalProject_Add(chromium
|
ExternalProject_Add(chromium
|
||||||
URL ${LIBWEBRTC_CHROMIUM_DEPS}
|
URL ${LIBWEBRTC_CHROMIUM_DEPS}
|
||||||
URL_HASH MD5=cf057cf1d0919940ad1e68a829a80f2d
|
URL_HASH MD5=${LIBWEBRTC_CHROMIUM_DEPS_HASH}
|
||||||
SOURCE_DIR ${CMAKE_BINARY_DIR}/src/chromium/src
|
SOURCE_DIR ${CMAKE_BINARY_DIR}/src/chromium/src
|
||||||
|
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue