Browse Source

libjpeg-turbo: Disable SIMD. (For now).

rude 11 years ago
parent
commit
d4f63faeeb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/libjpeg-turbo/CMakeLists.txt

+ 1 - 1
libs/libjpeg-turbo/CMakeLists.txt

@@ -41,7 +41,7 @@ endif()
 
 
 message(STATUS "VERSION = ${VERSION}, BUILD = ${BUILD}")
 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_ENC "Include arithmetic encoding support" TRUE)
 option(WITH_ARITH_DEC "Include arithmetic decoding 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)
 option(WITH_JPEG7 "Emulate libjpeg v7 API/ABI (this makes libjpeg-turbo backward incompatible with libjpeg v6b)" FALSE)