chore: add dependency libavdevice-dev

This commit is contained in:
Srevin Saju 2021-09-19 23:55:32 +03:00
parent 462905e056
commit 14f8d16ed6
No known key found for this signature in database
GPG key ID: 1007816766D390D7

View file

@ -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