]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blob - gstreamer-plugins-bad-opencv.patch
- updated to 1.0.2
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-opencv.patch
1 --- gst-plugins-bad-0.10.23/configure.ac.orig   2012-10-06 08:00:31.847697403 +0200
2 +++ gst-plugins-bad-0.10.23/configure.ac        2012-10-06 08:29:02.444328416 +0200
3 @@ -1372,7 +1372,7 @@
4    dnl a new version and the no-backward-compatibility define. (There doesn't
5    dnl seem to be a switch to suppress the warnings the cvcompat.h header
6    dnl causes.)
7 -  PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.3.1 , [
8 +  PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv < 2.5.0 , [
9      AC_PROG_CXX
10      AC_LANG_CPLUSPLUS
11      OLD_CPPFLAGS=$CPPFLAGS
This page took 0.023985 seconds and 3 git commands to generate.