mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
config/options: switch to libjpeg-turbo
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
df746c81e5
commit
8f22c59a5a
@ -59,8 +59,8 @@ fi
|
|||||||
|
|
||||||
# set jpeg library depending on ARCH
|
# set jpeg library depending on ARCH
|
||||||
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then
|
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then
|
||||||
# LIBJPEG="libjpeg-turbo"
|
LIBJPEG="libjpeg-turbo"
|
||||||
LIBJPEG="jpeg"
|
# LIBJPEG="jpeg"
|
||||||
else
|
else
|
||||||
LIBJPEG="jpeg"
|
LIBJPEG="jpeg"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user