[Version] 4.5.3-3
[Issue type] new feature
imgcodecs module supports webp using libwebp which is installed in
system, not using 3rdparty webp library in OpenCV itself.
Change-Id: Iab628361d6f53175631a9bd58d1c6a2bccffbcf8
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Name: opencv
Summary: OpenCV library
Version: 4.5.3
-Release: 2
+Release: 3
Group: Development/Libraries
License: Apache-2.0 and BSD-3-Clause
Source0: %{name}-%{version}.tar.gz
BuildRequires: libavcodec-devel
BuildRequires: libavformat-devel
BuildRequires: libswscale-devel
+BuildRequires: pkgconfig(libwebp)
#support python3
%if "%{?profile}" != "tv"
BuildRequires: python3-devel
-DWITH_IPP=OFF \
-DWITH_JASPER=OFF \
-DWITH_OPENJPEG=OFF \
- -DWITH_WEBP=OFF \
+ -DWITH_WEBP=ON \
-DWITH_MSMF=OFF \
-DWITH_NVCUVID=OFF \
-DWITH_OPENCL=OFF \