Skip to content

Commit e16cb97

Browse files
committed
Depend on libaom3/0 and libaom-dev
This allows linking webrtc with libaom.so from the host image.
1 parent 648944e commit e16cb97

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Setup apt
9292
run: apt update -y && apt upgrade -y
9393
- name: Install dependencies
94-
run: apt install -y git clang libcurl4-openssl-dev clang-tidy libtinfo5 xxd cmake liblzma-dev libvpx-dev libopus-dev
94+
run: apt install -y git clang libcurl4-openssl-dev clang-tidy libtinfo5 xxd cmake liblzma-dev libvpx-dev libopus-dev libaom-dev
9595
- name: Install bazel
9696
run: bash tools/buildutils/installbazel.sh
9797
- name: Build cvd

base/debian/control

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Build-Depends: bazel [amd64],
77
config-package-dev,
88
debhelper-compat (= 12),
99
git,
10+
libaom-dev,
1011
libcurl4-openssl-dev,
1112
libfmt-dev,
1213
libgflags-dev,
@@ -43,6 +44,7 @@ Depends: adduser,
4344
grub-efi-ia32-bin [!arm64],
4445
iproute2,
4546
iptables,
47+
libaom3 | libaom0,
4648
libarchive-tools | bsdtar,
4749
libcurl4,
4850
libdrm2,

0 commit comments

Comments
 (0)