From 0cbb8764c52507729247a7f85cad29da99336a90 Mon Sep 17 00:00:00 2001 From: Tae-Young Chung Date: Wed, 21 Feb 2024 14:01:55 +0900 Subject: [PATCH] Support gstreamer when CV_VIDEOIO_BACKEND_GSTREAMER is set to 1 [Version] : 4.7.0-5 [Issue type] : update As VD's new project request, support gstreamer when CV_VIDEOIO_BACKEND_GSTREAMER which is newly added to the project config file is set to 1. Change-Id: Ied74cadea19b1707038204e6f11b09836480611a Signed-off-by: Tae-Young Chung --- packaging/opencv.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/opencv.spec b/packaging/opencv.spec index 12e4fe3..26f2839 100644 --- a/packaging/opencv.spec +++ b/packaging/opencv.spec @@ -1,4 +1,4 @@ -%if 0%{?_with_da_profile} +%if 0%{?_with_da_profile}%{?CV_VIDEOIO_BACKEND_GSTREAMER} %define support_gstreamer 1 %else %define support_gstreamer 0 @@ -7,7 +7,7 @@ Name: opencv Summary: OpenCV library Version: 4.7.0 -Release: 4 +Release: 5 Group: Development/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -- 2.7.4