remove ffmpeg from suse installdeps
ffmpeg requires the packman repo, and there's no simple way to enable the repo for any version of opensuse.
This commit is contained in:
parent
9933b6bb7e
commit
60f2bd3fd9
|
@ -494,8 +494,9 @@ suse_installdeps() {
|
||||||
check_cross
|
check_cross
|
||||||
installing
|
installing
|
||||||
|
|
||||||
check sudo zypper in -y gcc gcc-c++ binutils make cmake nasm ffmpeg2-devel gettext-tools libpng16-devel \
|
check sudo zypper in -y gcc gcc-c++ binutils make cmake nasm gettext-tools libpng16-devel pkg-config \
|
||||||
pkg-config libSDL2-devel openal-soft-devel sfml2-devel wxWidgets-3_0-devel
|
libSDL2-devel openal-soft-devel sfml2-devel wxWidgets-3_0-devel # ffmpeg2-devel
|
||||||
|
# ffmpeg requires packman repos
|
||||||
|
|
||||||
build_instructions
|
build_instructions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue