mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix x86 build [skip ci]
This commit is contained in:
parent
b888551106
commit
af3bbaf6d9
3
third-party/webrtc/BUILD
vendored
3
third-party/webrtc/BUILD
vendored
@ -3239,12 +3239,14 @@ arm_specific_flags = [
|
||||
"-DWEBRTC_ARCH_ARM",
|
||||
"-DWEBRTC_ARCH_ARM_V7",
|
||||
"-DWEBRTC_HAS_NEON",
|
||||
"-DLIBYUV_NEON",
|
||||
]
|
||||
|
||||
arm64_specific_flags = [
|
||||
"-DWEBRTC_ARCH_ARM64",
|
||||
"-DWEBRTC_HAS_NEON",
|
||||
"-mfpu=neon",
|
||||
"-DLIBYUV_NEON",
|
||||
]
|
||||
|
||||
x86_64_specific_flags = [
|
||||
@ -3513,7 +3515,6 @@ cc_library(
|
||||
copts = [
|
||||
"-ffp-contract=fast",
|
||||
"-Ithird-party/webrtc/dependencies/third_party/libyuv/include",
|
||||
"-DLIBYUV_NEON",
|
||||
] + arch_specific_cflags + optimization_flags,
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user