Skip to content

Commit ade7dea

Browse files
authored
update producer c to include e2e frame latency reduction (#694)
1 parent f68a506 commit ade7dea

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 6e5cbcca5f4ab4ee7a2987465906634237361b14
10+
GIT_TAG a8091d1a140fbdcb260ba3c8302aa2e4712d2d91
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)