From f63baaf8d24bb0b48715ff57944bb5a057a8cfb4 Mon Sep 17 00:00:00 2001 From: Kinar R <42828719+kinaryml@users.noreply.github.com> Date: Thu, 18 May 2023 18:08:04 +0530 Subject: [PATCH] Update BUILD --- third_party/BUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/third_party/BUILD b/third_party/BUILD index 6250088a..fbec0b35 100644 --- a/third_party/BUILD +++ b/third_party/BUILD @@ -150,7 +150,7 @@ OPENCV_MODULES = [ # still only builds the shared libraries, so we have to choose one or the # other. We build shared libraries by default, but this variable can be used # to switch to static libraries. -OPENCV_SHARED_LIBS = False +OPENCV_SHARED_LIBS = True OPENCV_SO_VERSION = "3.4" @@ -167,8 +167,6 @@ cmake_external( "BUILD_PERF_TESTS": "OFF", "BUILD_EXAMPLES": "OFF", "BUILD_SHARED_LIBS": "ON" if OPENCV_SHARED_LIBS else "OFF", - # Disable IPP - "WITH_IPP": "OFF", "WITH_ITT": "OFF", "WITH_JASPER": "OFF", "WITH_JPEG": "ON", @@ -176,6 +174,9 @@ cmake_external( "WITH_TIFF": "ON", "WITH_OPENCL": "OFF", "WITH_WEBP": "OFF", + # Disable IPP + "WITH_IPP": "OFF", + "WITH_OPENEXR": "OFF", # Disable carotene_o4t # "ENABLE_NEON": "OFF", # "WITH_TENGINE": "OFF",