Skip to content

Commit c767204

Browse files
committed
Depend on libvpx-dev and vpx-tools
This allows linking webrtc with libvpx.so from the host image.
1 parent a9c7871 commit c767204

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
94+
run: apt install -y git clang libcurl4-openssl-dev clang-tidy libtinfo5 xxd cmake liblzma-dev libvpx-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
@@ -18,6 +18,7 @@ Build-Depends: bazel [amd64],
1818
libprotobuf-c-dev,
1919
libprotobuf-dev,
2020
libssl-dev,
21+
libvpx-dev,
2122
libxml2-dev,
2223
libz3-dev,
2324
pkg-config,
@@ -65,6 +66,7 @@ Depends: adduser,
6566
python3,
6667
qemu-user-static [arm64],
6768
util-linux,
69+
vpx-tools,
6870
xdg-utils,
6971
${misc:Depends},
7072
${shlibs:Depends}

0 commit comments

Comments
 (0)