Skip to content

Commit

Permalink
update producer c to include e2e frame latency reduction (awslabs#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanctech authored Apr 22, 2021
1 parent f68a506 commit ade7dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/Dependencies/libkvscproducer-CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(ExternalProject)
# clone repo only
ExternalProject_Add(libkvscproducer-download
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git
GIT_TAG 6e5cbcca5f4ab4ee7a2987465906634237361b14
GIT_TAG a8091d1a140fbdcb260ba3c8302aa2e4712d2d91
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/kvscproducer-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit ade7dea

Please sign in to comment.