mirror of https://github.com/PCSX2/pcsx2.git
CI: Install ffmpeg packages on AppImage builder
This commit is contained in:
parent
03242a2953
commit
161cead2e4
|
@ -55,6 +55,11 @@ declare -a PCSX2_PACKAGES=(
|
||||||
"libsoundtouch-dev"
|
"libsoundtouch-dev"
|
||||||
"libudev-dev"
|
"libudev-dev"
|
||||||
"libx11-xcb-dev"
|
"libx11-xcb-dev"
|
||||||
|
"libavcodec-dev"
|
||||||
|
"libavformat-dev"
|
||||||
|
"libavutil-dev"
|
||||||
|
"libswresample-dev"
|
||||||
|
"libswscale-dev"
|
||||||
"pkg-config"
|
"pkg-config"
|
||||||
"zlib1g-dev"
|
"zlib1g-dev"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue