- migrate libsrtp to own fork
This commit is contained in:
parent
dd242dfa48
commit
a74f8a6cdf
|
|
@ -2,3 +2,8 @@
|
||||||
path = src/libs/resiprocate
|
path = src/libs/resiprocate
|
||||||
url = git@git.sevana.biz:public/resiprocate.git
|
url = git@git.sevana.biz:public/resiprocate.git
|
||||||
branch = master
|
branch = master
|
||||||
|
|
||||||
|
[submodule "src/libs/libsrtp"]
|
||||||
|
path = src/libs/libsrtp
|
||||||
|
url = git@git.sevana.biz:public/libsrtp.git
|
||||||
|
branch = master
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
project(rtphone)
|
project(rtphone)
|
||||||
|
|
||||||
# Rely on C++ 23
|
# Rely on C++ 20
|
||||||
set (CMAKE_CXX_STANDARD 23)
|
set (CMAKE_CXX_STANDARD 20)
|
||||||
set (CMAKE_CXX_STANDARD_REQUIRED ON)
|
set (CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
|
||||||
set (L libs)
|
set (L libs)
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 50d80624525fac023704ce4a2333beab6bb11aa8
|
Subproject commit cd483be992f890cd930a7206ee6352e29fee3933
|
||||||
Loading…
Reference in New Issue