mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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"
|
PROJECT="$PROJECT"
|
||||||
fi
|
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
|
# default is i386
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
TARGET_ARCH="i386"
|
TARGET_ARCH="i386"
|
||||||
@ -63,7 +63,6 @@ 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"
|
|
||||||
else
|
else
|
||||||
LIBJPEG="jpeg"
|
LIBJPEG="jpeg"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user