We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbfc9a commit 7bf97a4Copy full SHA for 7bf97a4
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 "4c727c6f5ce98ea82e339d5fa86d082088ba97c1" CACHE STRING "WEBRTC version")
+set (WEBRTCVERSION "2ccb4e60e99659c791ac63245358c21a8025a14e" CACHE STRING "WEBRTC version")
8
set (WEBRTCSTREAMERRESSOURCE "./html" CACHE STRING "WEBRTC ressource directory")
9
10
if(NOT CMAKE_BUILD_TYPE)
0 commit comments