Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,000
Issues
1,000
List
Boards
Labels
Service Desk
Milestones
Merge Requests
201
Merge Requests
201
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-plugins-bad
Commits
49a2baeb
Commit
49a2baeb
authored
Apr 23, 2019
by
Nicola Murino
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opencv: allow compilation against 4.1.x
parent
7aba64e1
Pipeline
#32541
passed with stages
in 53 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+1
-1
ext/opencv/meson.build
ext/opencv/meson.build
+1
-1
No files found.
configure.ac
View file @
49a2baeb
...
...
@@ -1845,7 +1845,7 @@ AG_GST_CHECK_FEATURE(OPENCV, [opencv plugins], opencv, [
HAVE_OPENCV="yes"
fi
], [
PKG_CHECK_MODULES([OPENCV], [opencv4 >= 4.0.0 opencv4 < 4.
1
.0] , [
PKG_CHECK_MODULES([OPENCV], [opencv4 >= 4.0.0 opencv4 < 4.
2
.0] , [
AC_PROG_CXX
AC_LANG([C++])
OLD_CPPFLAGS=$CPPFLAGS
...
...
ext/opencv/meson.build
View file @
49a2baeb
...
...
@@ -65,7 +65,7 @@ if opencv_found
endif
endforeach
else
opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.
1
.0'], required : false)
opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.
2
.0'], required : false)
opencv_found = opencv_dep.found()
if opencv_found
foreach h : libopencv4_headers
...
...
Tim-Philipp Müller
🐠
@tpm
mentioned in merge request
!530 (merged)
·
Aug 06, 2019
mentioned in merge request
!530 (merged)
mentioned in merge request !530
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment