mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Update libvpx
This commit is contained in:
parent
e3dc5cbe8a
commit
58bcfa01d0
@ -1,7 +1,7 @@
|
||||
From 75cd2d63c8f39466706fcf635ddffa4686968a33 Mon Sep 17 00:00:00 2001
|
||||
From 929479648182b3e5b3a84c46065f7520146902f6 Mon Sep 17 00:00:00 2001
|
||||
From: Ali <>
|
||||
Date: Mon, 17 May 2021 02:17:45 +0400
|
||||
Subject: [PATCH] Support arm64 iOS simulator
|
||||
Date: Thu, 21 Apr 2022 18:10:43 +0400
|
||||
Subject: [PATCH] Support arm simulator
|
||||
|
||||
---
|
||||
build/make/configure.sh | 18 ++++++++++++++----
|
||||
@ -9,10 +9,10 @@ Subject: [PATCH] Support arm64 iOS simulator
|
||||
2 files changed, 15 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/build/make/configure.sh b/build/make/configure.sh
|
||||
index 81d30a16c..eb15e4b07 100644
|
||||
index 581042e38..88dc80e92 100644
|
||||
--- a/build/make/configure.sh
|
||||
+++ b/build/make/configure.sh
|
||||
@@ -1095,9 +1095,14 @@ EOF
|
||||
@@ -1117,9 +1117,14 @@ EOF
|
||||
soft_enable unit_tests
|
||||
;;
|
||||
|
||||
@ -29,7 +29,7 @@ index 81d30a16c..eb15e4b07 100644
|
||||
CXX="$(${XCRUN_FIND} clang++)"
|
||||
CC="$(${XCRUN_FIND} clang)"
|
||||
AR="$(${XCRUN_FIND} ar)"
|
||||
@@ -1116,7 +1121,12 @@ EOF
|
||||
@@ -1138,7 +1143,12 @@ EOF
|
||||
add_cflags -arch ${tgt_isa}
|
||||
add_ldflags -arch ${tgt_isa}
|
||||
|
||||
@ -43,7 +43,7 @@ index 81d30a16c..eb15e4b07 100644
|
||||
if [ -d "${alt_libc}" ]; then
|
||||
add_cflags -isysroot ${alt_libc}
|
||||
fi
|
||||
@@ -1145,7 +1155,7 @@ EOF
|
||||
@@ -1167,7 +1177,7 @@ EOF
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -53,7 +53,7 @@ index 81d30a16c..eb15e4b07 100644
|
||||
check_add_asflags -fembed-bitcode
|
||||
check_add_ldflags -fembed-bitcode
|
||||
diff --git a/configure b/configure
|
||||
index da631a45e..1c6042038 100755
|
||||
index beea65032..f29c9f327 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -100,6 +100,7 @@ EOF
|
||||
@ -61,9 +61,9 @@ index da631a45e..1c6042038 100755
|
||||
all_platforms="${all_platforms} arm64-darwin-gcc"
|
||||
all_platforms="${all_platforms} arm64-darwin20-gcc"
|
||||
+all_platforms="${all_platforms} arm64-iphonesimulator-gcc"
|
||||
all_platforms="${all_platforms} arm64-darwin21-gcc"
|
||||
all_platforms="${all_platforms} arm64-linux-gcc"
|
||||
all_platforms="${all_platforms} arm64-win64-gcc"
|
||||
all_platforms="${all_platforms} arm64-win64-vs15"
|
||||
--
|
||||
2.30.1 (Apple Git-130)
|
||||
2.32.0 (Apple Git-132)
|
||||
|
||||
|
2
third-party/libvpx/libvpx
vendored
2
third-party/libvpx/libvpx
vendored
@ -1 +1 @@
|
||||
Subproject commit 002f14078ff6aa1f0c1548aa1902b3af9d42087e
|
||||
Subproject commit f2ef29f746c4cad7a41b3bba5daefba2726eda3a
|
Loading…
x
Reference in New Issue
Block a user