Refactoring

This commit is contained in:
Isaac 2025-04-28 23:36:35 +02:00
parent e77402d7b3
commit 1f869f309f
35 changed files with 343 additions and 153 deletions

View file

@ -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",

View file

@ -70,7 +70,6 @@ objc_library(
hdrs = [":Public/opus/" + x for x in headers],
includes = [
"Public",
"Public/opus",
],
deps = [
":opus_lib",

View file

@ -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*/

View file

@ -109,7 +109,6 @@ objc_library(
enable_modules = True,
hdrs = [":Public/td/" + x for x in headers],
includes = [
"Public",
"Public/td",
],
deps = [

View file

@ -84,7 +84,6 @@ objc_library(
hdrs = [":Public/webp/" + x for x in headers],
includes = [
"Public",
"Public/webp",
],
deps = [
":webp_lib",

View file

@ -3563,7 +3563,7 @@ cc_library(
)
objc_library(
name = "webrtc_lib",
name = "webrtc",
enable_modules = True,
module_name = "webrtc",
srcs = combined_sources,