File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include(ExternalProject)
6
6
7
7
ExternalProject_Add(libkvsCommonLws-download
8
8
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
9
- GIT_TAG 7d1b76f53680c1e23afb6f35f0cca97ccdb35e3f
9
+ GIT_TAG 178109a5dbfc5288ba5cf7fab1dc1afd5e2e182b
10
10
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/build
11
11
CMAKE_ARGS
12
12
-DCMAKE_INSTALL_PREFIX=${OPEN_SRC_INSTALL_PREFIX}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include(CheckIncludeFiles)
5
5
include (CheckFunctionExists)
6
6
7
7
# The version MUST be updated before every release
8
- project (KinesisVideoWebRTCClient VERSION 1.8.0 LANGUAGES C)
8
+ project (KinesisVideoWebRTCClient VERSION 1.8.1 LANGUAGES C)
9
9
10
10
# User Flags
11
11
option (ADD_MUCLIBC "Add -muclibc c flag" OFF )
You can’t perform that action at this time.
0 commit comments