From: Tae-Young Chung Date: Wed, 21 Feb 2024 05:01:55 +0000 (+0900) Subject: Support gstreamer when CV_VIDEOIO_BACKEND_GSTREAMER is set to 1 X-Git-Tag: accepted/tizen/8.0/unified/20240222.093829^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cbb8764c52507729247a7f85cad29da99336a90;p=platform%2Fupstream%2Fopencv.git 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 --- 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