mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/options: fix comments
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
43c8e9bc00
commit
1b0bb854db
@ -6,7 +6,7 @@ else
|
||||
PROJECT="$PROJECT"
|
||||
fi
|
||||
|
||||
# determines TARGET_ARCH, if not forced by user (i386 / x86_64 / powerpc)
|
||||
# determines TARGET_ARCH, if not forced by user (i386 / x86_64 / arm)
|
||||
# default is i386
|
||||
if [ -z "$ARCH" ]; then
|
||||
TARGET_ARCH="i386"
|
||||
@ -63,7 +63,6 @@ fi
|
||||
# set jpeg library depending on ARCH
|
||||
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then
|
||||
LIBJPEG="libjpeg-turbo"
|
||||
# LIBJPEG="jpeg"
|
||||
else
|
||||
LIBJPEG="jpeg"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user