mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL and utilizes Intel Integrated Performance Primitives for better performance. WWW: http://sourceforge.net/projects/opencvlibrary/ http://www.intel.com/research/mrl/research/opencv/ PR: ports/78473 Submitted by: Marc Abramowitz <msabramo@yahoo.com>
12 lines
246 B
Text
12 lines
246 B
Text
--- configure.orig Thu Aug 19 03:46:49 2004
|
|
+++ configure Mon Feb 28 17:16:51 2005
|
|
@@ -21218,7 +21218,7 @@
|
|
|
|
|
|
have_v4l=no
|
|
-if test x$os_name=xLinux; then
|
|
+if test x$os_name = xLinux; then
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define HAVE_CAMV4L
|
|
|