Skip to content

Commit

Permalink
Merge branch 'hotfix/change-opencv-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
greivinbm committed Aug 10, 2022
2 parents 02d5591 + fc49c37 commit 56f6fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('GStreamer Inference', ['c', 'cpp'], default_options : ['cpp_std=c++11'],
version : '0.12.0.1',
version : '0.12.1.1',
meson_version : '>= 0.50',)

project_name = meson.project_name()
Expand Down Expand Up @@ -39,7 +39,7 @@ if not opencv_dep.found()
opencv_dep = dependency('opencv', version : ['>= 3.2.0', '< 3.5.0'], required : false)

if not opencv_dep.found()
opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.3.0'], required : false)
opencv_dep = dependency('opencv4', version : ['>= 4.0.0'], required : false)
if opencv_dep.found()
cdata.set('OCV_VERSION_4_0', 1)
endif
Expand Down

0 comments on commit 56f6fe6

Please sign in to comment.