We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bf825 commit 6c7a263Copy full SHA for 6c7a263
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 "e6730a972879874a04518f1eba5594ad776a18cc" CACHE STRING "WEBRTC version")
+set (WEBRTCVERSION "0547e065c05d43042686e1fbc037a71701109a51" CACHE STRING "WEBRTC version")
8
set (WEBRTCSTREAMERRESSOURCE "./html" CACHE STRING "WEBRTC ressource directory")
9
10
if(NOT CMAKE_BUILD_TYPE)
0 commit comments