Skip to content

Commit

Permalink
rollback webrtc version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Jan 25, 2025
1 parent 5bda291 commit 0cf72ea
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 "a85040ffd9eb53d59c6bdb273e69963fae3e94cc" CACHE STRING "WEBRTC version")

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

0 comments on commit 0cf72ea

Please sign in to comment.