summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2021-04-09 13:53:15 -0700
committerErwin Jansen <jansene@google.com>2021-04-09 13:53:15 -0700
commitea9417bed626c507ce9a02943125e4ac01e260a8 (patch)
tree602d4ec0e8863fd7be35e9a8bf41469b2fa26efd
parentdbfd3cc709ac7e56742776ee472564364759caf7 (diff)
downloadmanifest-ea9417bed626c507ce9a02943125e4ac01e260a8.tar.gz
Add libaom to build WebRTC from source
Under linux we need the AV1 codec to build webrtc. This adds the branch so we can successfully target linux. Change-Id: I02f3b16dc9256ffd5f70258950ed97979511429b
-rw-r--r--default.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 6387a8d98..0024d76d9 100644
--- a/default.xml
+++ b/default.xml
@@ -95,4 +95,6 @@
<!-- Webrtc for the goldfish-webrtc-videobridge -->
<project path="external/webrtc" name="platform/external/webrtc" />
+ <project path="external/libaom" name="platform/external/libaom" revision="master" />
+
</manifest>