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
|
||||
installing
|
||||
|
||||
check sudo zypper in -y gcc gcc-c++ binutils make cmake nasm ffmpeg2-devel gettext-tools libpng16-devel \
|
||||
pkg-config libSDL2-devel openal-soft-devel sfml2-devel wxWidgets-3_0-devel
|
||||
check sudo zypper in -y gcc gcc-c++ binutils make cmake nasm gettext-tools libpng16-devel pkg-config \
|
||||
libSDL2-devel openal-soft-devel sfml2-devel wxWidgets-3_0-devel # ffmpeg2-devel
|
||||
# ffmpeg requires packman repos
|
||||
|
||||
build_instructions
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue