config/options: remove variable to setup jpeg implementation

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-27 16:38:51 +01:00
parent 060516efa6
commit 9b008a8a82

View File

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