summaryrefslogtreecommitdiff
blob: 99acf2b643c7c4273e4966a0fa6637ae8218a204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Depends on features removed in opencv3.
https://bugs.gentoo.org/show_bug.cgi?id=554516

Index: cinelerra-20140710/configure.ac
===================================================================
--- cinelerra-20140710.orig/configure.ac
+++ cinelerra-20140710/configure.ac
@@ -317,7 +317,7 @@ fi
 AC_DEFINE_UNQUOTED(HAVE_OPENCV_SURF, $HAVE_OPENCV_SURF,
 	[define if SURF support is compiled into opencv])
 if test "x$opencv" = "xyes" && test "x$opencvh" = "xyes" ; then
-	enable_findobject=ok
+	enable_findobject=no
 fi
 AM_CONDITIONAL(ENABLE_FINDOBJECT,test "x$enable_findobject" = "xok")
 ############## END OF MISC LIBRARIES