Skip to content

Commit a84f5ee

Browse files
committed
Update add_deps.patch
1 parent 6032f89 commit a84f5ee

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

webrtc-sys/libwebrtc/patches/add_deps.patch

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
diff --git a/BUILD.gn b/BUILD.gn
2-
index d5289b8..12685d1 100644
2+
index d5289b85d7..5254c97ffc 100644
33
--- a/BUILD.gn
44
+++ b/BUILD.gn
5-
@@ -517,6 +517,10 @@ if (!build_with_chromium) {
5+
@@ -292,6 +292,10 @@ config("common_config") {
6+
defines += [ "WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" ]
7+
}
8+
9+
+ if (enable_libaom) {
10+
+ defines += [ "RTC_USE_LIBAOM_AV1_ENCODER" ]
11+
+ }
12+
+
13+
if (rtc_libvpx_build_vp9) {
14+
defines += [ "RTC_ENABLE_VP9" ]
15+
}
16+
@@ -517,6 +521,10 @@ if (!build_with_chromium) {
617
"pc:rtc_pc",
718
"sdk",
819
"video",

0 commit comments

Comments
 (0)