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:
Rafael Kitover 2018-04-26 17:08:16 -04:00
parent 9933b6bb7e
commit 60f2bd3fd9
1 changed files with 3 additions and 2 deletions

View File

@ -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
}