We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a411bc commit e30deb8Copy full SHA for e30deb8
CMakeLists.txt
@@ -4,7 +4,7 @@ project (webrtc-streamer)
4
set (WEBRTCROOT "${CMAKE_CURRENT_SOURCE_DIR}/../webrtc" CACHE STRING "WEBRTC root directory")
5
set (WEBRTCDESKTOPCAPTURE "ON" CACHE STRING "WEBRTC Desktop capture")
6
set (WEBRTCCHROMEBRANDED "ON" CACHE STRING "WEBRTC Chrome branded")
7
-set (WEBRTCVERSION "86a736a4a1647532fe1b4c780c2e82baeb373d39" CACHE STRING "WEBRTC version")
+set (WEBRTCVERSION "c92ab3befff2e0595efed43e586c8ef8fda8148b" CACHE STRING "WEBRTC version")
8
9
if(NOT CMAKE_BUILD_TYPE)
10
set (CMAKE_BUILD_TYPE "Release")
0 commit comments