From e3e61078a56112939be87fe5bc6e8a82cd3ebb80 Mon Sep 17 00:00:00 2001 From: ocpalo <44481097+ocpalo@users.noreply.github.com> Date: Wed, 14 Sep 2022 19:20:41 +0300 Subject: [PATCH] 3rdparty: Update readme.txt for libjpeg-turbo simd --- 3rdparty/readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/readme.txt b/3rdparty/readme.txt index 28bac17d7a..c3068521e3 100644 --- a/3rdparty/readme.txt +++ b/3rdparty/readme.txt @@ -20,6 +20,7 @@ libjpeg-turbo libjpeg-turbo is covered by three compatible BSD-style ope WITH_JPEG CMake option must be ON to add libjpeg or libjpeg-turbo support to imgcodecs. BUILD_JPEG=ON selects libjpeg-turbo by default (since OpenCV 3.4.2). Enable BUILD_JPEG_TURBO_DISABLE=ON to force using of libjpeg (this option is removed in OpenCV 4.0). + SIMD instructions are enabled by default. Use ENABLE_LIBJPEG_TURBO_SIMD to control SIMD instructions. ------------------------------------------------------------------------------------ libpng Portable Network Graphics library. The license and copyright notes can be found in libpng/LICENSE.