CI: Add further packages for build-requirements on Linux

Some more packages are required to build deb package by the script
`.github/scripts/package-linux`.
This commit is contained in:
Norihiro Kamae
2023-11-22 21:32:43 +09:00
committed by Patrick Heyer
parent 8fc0489e4a
commit cedf0ace53

View File

@@ -76,6 +76,7 @@ if [[ ${CPUTYPE} != ${target##*-} ]] {
sudo apt-get install -y --no-install-recommends \
build-essential \
lsb-release dh-cmake \
libcurl4-openssl-dev \
libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev \
libswresample-dev libswscale-dev \