Skip to content

Commit 2c80f14

Browse files
authored
Rebase latest cproducer (#649)
* Rebasing on top of the latest c producer * Rebase on latest c producer
1 parent 1faaf94 commit 2c80f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/Dependencies/libkvscproducer-CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(ExternalProject)
77
# clone repo only
88
ExternalProject_Add(libkvscproducer-download
99
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
10-
GIT_TAG 30741d563f87e08823d691f0ee20b313da89f269
10+
GIT_TAG d1095356712729d0489e56d1d0e27f5ce0a29fad
1111
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
1212
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
1313
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)