mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/options: remove variable to setup jpeg implementation
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
060516efa6
commit
9b008a8a82
@ -71,13 +71,6 @@ fi
|
||||
# forcing install of all packages (yes/no)
|
||||
FORCE_INSTALL="no"
|
||||
|
||||
# set jpeg library depending on ARCH
|
||||
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then
|
||||
LIBJPEG="libjpeg-turbo"
|
||||
else
|
||||
LIBJPEG="jpeg"
|
||||
fi
|
||||
|
||||
# read options from $HOME if available
|
||||
if [ -f "$HOME/.openelec/options" ]; then
|
||||
. $HOME/.openelec/options
|
||||
|
Loading…
x
Reference in New Issue
Block a user