We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1680e9 commit 23a2bdbCopy full SHA for 23a2bdb
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 "60ccc50215276c3fc6dbab36dd74c5892441a323" CACHE STRING "WEBRTC version")
+set (WEBRTCVERSION "62f5e2318d617abaa1f479422a4c6892c14e56a3" CACHE STRING "WEBRTC version")
8
set (WEBRTCSTREAMERRESSOURCE "./html" CACHE STRING "WEBRTC ressource directory")
9
10
if(NOT CMAKE_BUILD_TYPE)
html
0 commit comments