Support newest libjpeg-turbo on OpenSuse
This commit is contained in:
@@ -21,6 +21,10 @@ install_build_dependencies() {
|
||||
dnf install -y cmake gcc
|
||||
return
|
||||
fi
|
||||
if [ "$DISTRO" = opensuse ]; then
|
||||
zypper install -y cmake gcc
|
||||
return
|
||||
fi
|
||||
|
||||
apt-get update
|
||||
apt-get install -y cmake gcc
|
||||
@@ -35,6 +39,10 @@ ensure_libjpeg_is_fast() {
|
||||
dnf install -y nasm
|
||||
return
|
||||
fi
|
||||
if [ "$DISTRO" = opensuse ]; then
|
||||
zypper install -y nasm
|
||||
return
|
||||
fi
|
||||
|
||||
apt-get update
|
||||
apt-get install -y nasm
|
||||
|
||||
Reference in New Issue
Block a user