Skip to content

Commit

Permalink
set webrtc sdk to tag v1.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: zhiqinli <[email protected]>
  • Loading branch information
codingspirit committed Nov 13, 2023
1 parent 948aff9 commit 9656293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/webrtc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(WEBRTC_CMAKE_C_FLAGS "-fPIC -std=gnu99")
include(ExternalProject)
ExternalProject_Add(kvs-webrtc
GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c.git
GIT_TAG master
GIT_TAG v1.8.1
CMAKE_ARGS -DADD_MUCLIBC=${USE_MUCLIBC}
-DUSE_OPENSSL=OFF -DUSE_MBEDTLS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_SAMPLE=OFF -DBUILD_LIBSRTP_DESTINATION_PLATFORM=${BOARD_DESTINATION_PLATFORM} -DCMAKE_INSTALL_PREFIX=${AWS_DEPENDENCIES_DIR}/webrtc/
-DCMAKE_BUILD_TYPE=Release -DOPEN_SRC_INSTALL_PREFIX=${AWS_DEPENDENCIES_DIR}/webrtc/
Expand Down

0 comments on commit 9656293

Please sign in to comment.