opencv: The plugin works with 2.4.7 too
authorSebastian Dröge <sebastian@centricular.com>
Sun, 29 Dec 2013 12:31:53 +0000 (13:31 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 29 Dec 2013 12:32:32 +0000 (13:32 +0100)
Reported by kwm on IRC.

configure.ac

index 79a163343d394e57594b4e23b1e49ffd9f74fe56..95edd76aabab834204730c5b24a60d37ad795512 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.6.1 , [
+  PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.4.7 , [
     AC_PROG_CXX
     AC_LANG([C++])
     OLD_CPPFLAGS=$CPPFLAGS