opencv: make the plugin compile with all 2.4.x versions
authorNicola Murino <nicola.murino@gmail.com>
Tue, 20 May 2014 05:18:39 +0000 (07:18 +0200)
committerThiago Santos <ts.santos@sisa.samsung.com>
Fri, 30 May 2014 19:58:59 +0000 (16:58 -0300)
https://bugzilla.gnome.org/show_bug.cgi?id=730141

configure.ac

index ffc861c..a744366 100644 (file)
@@ -2487,7 +2487,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.8 , [
+  PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv < 2.5.0 , [
     AC_PROG_CXX
     AC_LANG([C++])
     OLD_CPPFLAGS=$CPPFLAGS