mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libjpeg-turbo-host: dont build with SIMD support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9c8e7bc6b0
commit
a5f7de92e1
@ -39,7 +39,8 @@ mkdir -p .build-host && cd .build-host
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--with-jpeg8
|
--with-jpeg8 \
|
||||||
|
--without-simd
|
||||||
|
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user