From d4f63faeeb7ced1c704b6c4d4bef7a9a225424df Mon Sep 17 00:00:00 2001 From: rude Date: Mon, 21 Apr 2014 15:10:35 +0200 Subject: [PATCH] libjpeg-turbo: Disable SIMD. (For now). --- libs/libjpeg-turbo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libjpeg-turbo/CMakeLists.txt b/libs/libjpeg-turbo/CMakeLists.txt index cd704d34..6d09b975 100644 --- a/libs/libjpeg-turbo/CMakeLists.txt +++ b/libs/libjpeg-turbo/CMakeLists.txt @@ -41,7 +41,7 @@ endif() message(STATUS "VERSION = ${VERSION}, BUILD = ${BUILD}") -option(WITH_SIMD "Include SIMD extensions" TRUE) +option(WITH_SIMD "Include SIMD extensions" FALSE) option(WITH_ARITH_ENC "Include arithmetic encoding support" TRUE) option(WITH_ARITH_DEC "Include arithmetic decoding support" TRUE) option(WITH_JPEG7 "Emulate libjpeg v7 API/ABI (this makes libjpeg-turbo backward incompatible with libjpeg v6b)" FALSE)