We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6032f89 commit a84f5eeCopy full SHA for a84f5ee
webrtc-sys/libwebrtc/patches/add_deps.patch
@@ -1,8 +1,19 @@
1
diff --git a/BUILD.gn b/BUILD.gn
2
-index d5289b8..12685d1 100644
+index d5289b85d7..5254c97ffc 100644
3
--- a/BUILD.gn
4
+++ b/BUILD.gn
5
-@@ -517,6 +517,10 @@ if (!build_with_chromium) {
+@@ -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) {
17
"pc:rtc_pc",
18
"sdk",
19
"video",
0 commit comments