mirror of
https://github.com/love2d/megasource.git
synced 2026-08-14 01:20:58 +02:00
libjpeg-turbo: Disable SIMD. (For now).
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user