mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update webrtc and tgcalls
This commit is contained in:
parent
4f3d76e15d
commit
4447916713
4 changed files with 19 additions and 6 deletions
|
|
@ -1,4 +1,19 @@
|
|||
|
||||
config_setting(
|
||||
name = "debug_build",
|
||||
values = {
|
||||
"compilation_mode": "dbg",
|
||||
},
|
||||
)
|
||||
|
||||
optimization_flags = select({
|
||||
":debug_build": [
|
||||
"-O2",
|
||||
"-DNDEBUG",
|
||||
],
|
||||
"//conditions:default": ["-DNDEBUG"],
|
||||
})
|
||||
|
||||
objc_library(
|
||||
name = "TgVoipWebrtc",
|
||||
enable_modules = True,
|
||||
|
|
@ -55,8 +70,7 @@ objc_library(
|
|||
"-DRTC_ENABLE_VP9",
|
||||
"-DTGVOIP_NAMESPACE=tgvoip_webrtc",
|
||||
"-std=c++14",
|
||||
#"-DWEBRTC_DISABLE_H265",
|
||||
],
|
||||
] + optimization_flags,
|
||||
includes = [
|
||||
"PublicHeaders",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b2c7f2f226a6c17a587b5fb421963a503855a2b6
|
||||
Subproject commit 9f0ec9506970fc4c09d0542716b64e643033bd76
|
||||
3
third-party/webrtc/BUILD
vendored
3
third-party/webrtc/BUILD
vendored
|
|
@ -11,8 +11,7 @@ config_setting(
|
|||
optimization_flags = select({
|
||||
":debug_build": [
|
||||
"-O2",
|
||||
#"-DNDEBUG",
|
||||
#"-DRTC_DCHECK_IS_ON",
|
||||
"-DNDEBUG",
|
||||
],
|
||||
"//conditions:default": ["-DNDEBUG"],
|
||||
})
|
||||
|
|
|
|||
2
third-party/webrtc/webrtc
vendored
2
third-party/webrtc/webrtc
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 9cd0a24a2e450bcc731fbce6f3fe0fb516c75bc2
|
||||
Subproject commit a3dbc94d93356bc10c2388a9291baf5a6105bdee
|
||||
Loading…
Add table
Add a link
Reference in a new issue