mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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 \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--with-jpeg8
|
||||
--with-jpeg8 \
|
||||
--without-simd
|
||||
|
||||
make
|
||||
make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user