Skip to content

Commit

Permalink
update webrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Feb 8, 2025
1 parent 46510db commit f7d8cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project (webrtc-streamer)
set (WEBRTCROOT "${CMAKE_CURRENT_SOURCE_DIR}/../webrtc" CACHE STRING "WEBRTC root directory")
set (WEBRTCDESKTOPCAPTURE "ON" CACHE STRING "WEBRTC Desktop capture")
set (WEBRTCCHROMEBRANDED "ON" CACHE STRING "WEBRTC Chrome branded")
set (WEBRTCVERSION "7b8b0f665e046ede671cba9aa1cdf8e6ad78f3a3" CACHE STRING "WEBRTC version")
set (WEBRTCVERSION "df532ba1db7e67dcffe36890dbaf907d1678ffdf" CACHE STRING "WEBRTC version")

if(NOT CMAKE_BUILD_TYPE)
set (CMAKE_BUILD_TYPE "Release")
Expand Down

0 comments on commit f7d8cb5

Please sign in to comment.