Skip to content

Commit

Permalink
update webrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Jan 18, 2025
1 parent 2418215 commit b634616
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 "549c9b717fcbdfdf5d76068b3dd37076a9ffeacb" CACHE STRING "WEBRTC version")
set (WEBRTCVERSION "a85040ffd9eb53d59c6bdb273e69963fae3e94cc" CACHE STRING "WEBRTC version")

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

0 comments on commit b634616

Please sign in to comment.