Skip to content

Commit

Permalink
WebRTC version downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Laky-64 committed Nov 22, 2023
1 parent 4da0ff1 commit 6893a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ endif ()
include(ExternalProject)

# https://chromiumdash.appspot.com/branches
set(WEBRTC_REVISION m119.6045.2.1)
set(WEBRTC_REVISION m118.5993.2.1)
set(BOOST_REVISION 1.83.0)
set(BOOST_LIBS filesystem)

if(DEFINED PY_VERSION_INFO)
set(IS_PYTHON TRUE)
endif()

project(ntgcalls VERSION 1.0.0.20 LANGUAGES C CXX)
project(ntgcalls VERSION 1.0.0.21 LANGUAGES C CXX)
add_compile_definitions(NTG_VERSION="${CMAKE_PROJECT_VERSION}")

find_package(Threads REQUIRED)
Expand Down

0 comments on commit 6893a56

Please sign in to comment.