libjpeg-turbo-host: dont build with SIMD support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-07-28 03:11:25 +02:00
parent 9c8e7bc6b0
commit a5f7de92e1

View File

@ -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