mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
config/options: set libjpeg-turbo alternative depended on ARCH
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ffdb84d750
commit
4997556095
@ -50,6 +50,14 @@ PROJECT_DIR=$ROOT/projects
|
|||||||
# multi-processor computer (like hyperthreading SMP CPU)
|
# multi-processor computer (like hyperthreading SMP CPU)
|
||||||
CONCURRENCY_MAKE_LEVEL=1
|
CONCURRENCY_MAKE_LEVEL=1
|
||||||
|
|
||||||
|
|
||||||
|
# set jpeg library depending on ARCH
|
||||||
|
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then
|
||||||
|
LIBJPEG="libjpeg-turbo"
|
||||||
|
else
|
||||||
|
LIBJPEG="jpeg"
|
||||||
|
fi
|
||||||
|
|
||||||
get_graphicdrivers() {
|
get_graphicdrivers() {
|
||||||
if [ "$GRAPHIC_DRIVERS" = all ]; then
|
if [ "$GRAPHIC_DRIVERS" = all ]; then
|
||||||
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nvidia"
|
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nvidia"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user