update to webrtc 68

This commit is contained in:
Martin Müllenhaupt 2018-08-25 10:40:14 +02:00
parent 09a07366da
commit 6fa64674be
4 changed files with 4 additions and 4 deletions

View file

@ -20,4 +20,4 @@ set(LIBWEBRTC_API_VERSION
set(LIBWEBRTC_VERSION set(LIBWEBRTC_VERSION
${LIBWEBRTC_API_VERSION}${LIBWEBRTC_BUILD_VERSION}) ${LIBWEBRTC_API_VERSION}${LIBWEBRTC_BUILD_VERSION})
set(LIBWEBRTC_WEBRTC_HEAD refs/branch-heads/66) set(LIBWEBRTC_WEBRTC_HEAD refs/branch-heads/68)

View file

@ -178,7 +178,7 @@ variable.
``` ```
$ cmake -DWEBRTC_REVISION=be22d51 .. $ cmake -DWEBRTC_REVISION=be22d51 ..
$ cmake -DWEBRTC_BRANCH_HEAD=refs/branch-heads/57 .. $ cmake -DWEBRTC_BRANCH_HEAD=refs/branch-heads/68 ..
``` ```
If both variables are set, it will focus on fetching the commit defined inside If both variables are set, it will focus on fetching the commit defined inside

View file

@ -17,7 +17,7 @@ before_build:
- cd c:\projects\libwebrtc - cd c:\projects\libwebrtc
- if "%platform%"=="x86" set CMAKE_GENERATOR_NAME=Visual Studio 15 2017 - if "%platform%"=="x86" set CMAKE_GENERATOR_NAME=Visual Studio 15 2017
- if "%platform%"=="x64" set CMAKE_GENERATOR_NAME=Visual Studio 15 2017 Win64 - if "%platform%"=="x64" set CMAKE_GENERATOR_NAME=Visual Studio 15 2017 Win64
- cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%configuration% -DWEBRTC_BRANCH_HEAD=refs/branch-heads/66 -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc . - cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%configuration% -DWEBRTC_BRANCH_HEAD=refs/branch-heads/68 -DCMAKE_INSTALL_PREFIX=c:\projects\libwebrtc .
build: build:
project: PACKAGE.vcxproj project: PACKAGE.vcxproj

View file

@ -80,7 +80,7 @@ if (UNIX AND NOT APPLE)
libwebrtc_command( libwebrtc_command(
NAME webrtc-toolchain NAME webrtc-toolchain
COMMAND ${PYTHON_EXECUTABLE} ${WEBRTC_PARENT_DIR}/src/build/linux/sysroot_scripts/install-sysroot.py --arch=${SYSROOT_ARCH} --running-as-hook COMMAND ${PYTHON_EXECUTABLE} ${WEBRTC_PARENT_DIR}/src/build/linux/sysroot_scripts/install-sysroot.py --arch=${SYSROOT_ARCH}
WORKING_DIRECTORY "${WEBRTC_PARENT_DIR}" WORKING_DIRECTORY "${WEBRTC_PARENT_DIR}"
COMMENT "Retrieving sysroot" COMMENT "Retrieving sysroot"
DEPENDS webrtc-sync DEPENDS webrtc-sync