mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Refactoring
This commit is contained in:
parent
e77402d7b3
commit
1f869f309f
35 changed files with 343 additions and 153 deletions
1
third-party/mozjpeg/BUILD
vendored
1
third-party/mozjpeg/BUILD
vendored
|
|
@ -87,7 +87,6 @@ objc_library(
|
|||
hdrs = [":Public/mozjpeg/" + x for x in headers] + [":Public/mozjpeg/jconfig.h"],
|
||||
includes = [
|
||||
"Public",
|
||||
"Public/mozjpeg",
|
||||
],
|
||||
deps = [
|
||||
":mozjpeg_lib",
|
||||
|
|
|
|||
1
third-party/opus/BUILD
vendored
1
third-party/opus/BUILD
vendored
|
|
@ -70,7 +70,6 @@ objc_library(
|
|||
hdrs = [":Public/opus/" + x for x in headers],
|
||||
includes = [
|
||||
"Public",
|
||||
"Public/opus",
|
||||
],
|
||||
deps = [
|
||||
":opus_lib",
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ extern "C" {
|
|||
# include <stdarg.h>
|
||||
# include <stdio.h>
|
||||
# include <ogg/ogg.h>
|
||||
# include <opus_multistream.h>
|
||||
# include <opus/opus_multistream.h>
|
||||
|
||||
/**@cond PRIVATE*/
|
||||
|
||||
|
|
|
|||
1
third-party/td/BUILD
vendored
1
third-party/td/BUILD
vendored
|
|
@ -109,7 +109,6 @@ objc_library(
|
|||
enable_modules = True,
|
||||
hdrs = [":Public/td/" + x for x in headers],
|
||||
includes = [
|
||||
"Public",
|
||||
"Public/td",
|
||||
],
|
||||
deps = [
|
||||
|
|
|
|||
1
third-party/webp/BUILD
vendored
1
third-party/webp/BUILD
vendored
|
|
@ -84,7 +84,6 @@ objc_library(
|
|||
hdrs = [":Public/webp/" + x for x in headers],
|
||||
includes = [
|
||||
"Public",
|
||||
"Public/webp",
|
||||
],
|
||||
deps = [
|
||||
":webp_lib",
|
||||
|
|
|
|||
2
third-party/webrtc/BUILD
vendored
2
third-party/webrtc/BUILD
vendored
|
|
@ -3563,7 +3563,7 @@ cc_library(
|
|||
)
|
||||
|
||||
objc_library(
|
||||
name = "webrtc_lib",
|
||||
name = "webrtc",
|
||||
enable_modules = True,
|
||||
module_name = "webrtc",
|
||||
srcs = combined_sources,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue