mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(build): switch from ffmpeg2-devel to libav*-devel for OpenSUSE
Switched to libav*-devel because ffmpeg-devel is not available on OpenSUSE in the official repos, and libav*-devel provides the headers for FFmpeg 3.x series.
This commit is contained in:
parent
9b3d919d27
commit
2a093936e3
|
@ -119,8 +119,9 @@ zypper_install() {
|
||||||
local zypper_packages=(
|
local zypper_packages=(
|
||||||
automake
|
automake
|
||||||
cmake
|
cmake
|
||||||
ffmpeg2-devel
|
|
||||||
git
|
git
|
||||||
|
libavcodec-devel
|
||||||
|
libavdevice-devel
|
||||||
libopus-devel
|
libopus-devel
|
||||||
libQt5Concurrent-devel
|
libQt5Concurrent-devel
|
||||||
libqt5-linguist
|
libqt5-linguist
|
||||||
|
|
Loading…
Reference in New Issue
Block a user