opencv: The plugin works with 2.4.8 too
authorNicola Murino <nicola.murino@gmail.com>
Wed, 29 Jan 2014 12:25:37 +0000 (13:25 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 4 Feb 2014 16:02:17 +0000 (17:02 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=723230

configure.ac

index 95edd76aabab834204730c5b24a60d37ad795512..42ff381e08d2a0e303f5ecaa179f2d181bfbed0e 100644 (file)
@@ -1739,7 +1739,7 @@ AG_GST_CHECK_FEATURE(OPENCV, [opencv plugins], opencv, [
   dnl a new version and the no-backward-compatibility define. (There doesn't
   dnl seem to be a switch to suppress the warnings the cvcompat.h header
   dnl causes.)
-  PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.4.7 , [
+  PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.4.8 , [
     AC_PROG_CXX
     AC_LANG([C++])
     OLD_CPPFLAGS=$CPPFLAGS