Skip to content

Commit

Permalink
deps 追加
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed May 21, 2024
1 parent b8727bb commit 699b4e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WEBRTC_BUILD_VERSION=125.6422.2.0
WEBRTC_BUILD_VERSION=125.6422.2.1
WEBRTC_VERSION=125.6422.2
WEBRTC_READABLE_VERSION=M125.6422@{#2}
WEBRTC_COMMIT=8505a9838ea91c66c96c173d30cd66f9dbcc7548
3 changes: 2 additions & 1 deletion patches/add_deps.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ diff --git a/BUILD.gn b/BUILD.gn
index 533262e03b..9978e67db1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -501,6 +501,9 @@ if (!build_with_chromium) {
@@ -501,6 +501,10 @@ if (!build_with_chromium) {
"pc:rtc_pc",
"sdk",
"video",
+ "//third_party/zlib",
+ "rtc_base:log_sinks",
+ "rtc_base:socket_adapters",
+ "media:rtc_simulcast_encoder_adapter",
]

Expand Down
3 changes: 2 additions & 1 deletion patches/windows_add_deps.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ diff --git a/BUILD.gn b/BUILD.gn
index 5817d22227..718680a84f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -501,6 +501,10 @@ if (!build_with_chromium) {
@@ -501,6 +501,11 @@ if (!build_with_chromium) {
"pc:rtc_pc",
"sdk",
"video",
+ "modules/audio_device:audio_device_module_from_input_and_output",
+ "//third_party/zlib",
+ "rtc_base:log_sinks",
+ "rtc_base:socket_adapters",
+ "media:rtc_simulcast_encoder_adapter",
]

Expand Down

0 comments on commit 699b4e8

Please sign in to comment.