chore: add dependency libavdevice-dev
This commit is contained in:
parent
462905e056
commit
14f8d16ed6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous.yml
vendored
2
.github/workflows/continuous.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
# client build dependencies
|
# client build dependencies
|
||||||
sudo apt install -y gcc git pkg-config ninja-build \
|
sudo apt install -y gcc git pkg-config ninja-build \
|
||||||
libavcodec-dev libavformat-dev libavutil-dev \
|
libavcodec-dev libavformat-dev libavutil-dev \
|
||||||
libsdl2-dev libcroco3
|
libsdl2-dev libcroco3 libavdevice-dev
|
||||||
sudo apt install -y python3-pip
|
sudo apt install -y python3-pip
|
||||||
pip3 install meson --user
|
pip3 install meson --user
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue