]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blame - gstreamer-plugins-bad-opencv.patch
- rel 5; fix build with opencv 2.3
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-opencv.patch
CommitLineData
52572282
AM
1--- gst-plugins-bad-0.10.22/configure.ac~ 2012-01-28 18:34:04.000000000 +0100
2+++ gst-plugins-bad-0.10.22/configure.ac 2012-01-28 18:44:04.146216129 +0100
3@@ -1279,7 +1279,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.2.0 , [
8+ PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv < 2.4.0 , [
9 AC_PROG_CXX
10 AC_LANG_CPLUSPLUS
11 OLD_CPPFLAGS=$CPPFLAGS
This page took 0.140767 seconds and 4 git commands to generate.