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>
20 lines
921 B
Text
20 lines
921 B
Text
--- otherlibs/highgui/Makefile.in.orig Thu Aug 19 20:46:43 2004
|
|
+++ otherlibs/highgui/Makefile.in Thu Dec 29 13:44:02 2005
|
|
@@ -54,7 +54,7 @@
|
|
libhighgui_la_DEPENDENCIES =
|
|
am_libhighgui_la_OBJECTS = bitstrm.lo cvcap.lo cvcap_dc1394.lo \
|
|
cvcap_v4l.lo grfmt_base.lo grfmt_bmp.lo grfmt_jpeg.lo \
|
|
- grfmt_png.lo grfmt_pxm.lo grfmt_sunras.lo grfmt_tiff.lo \
|
|
+ grfmt_png.lo grfmt_pxm.lo grfmt_sunras.lo \
|
|
image.lo loadsave.lo precomp.lo utils.lo window_lnx.lo \
|
|
window_w32.lo
|
|
libhighgui_la_OBJECTS = $(am_libhighgui_la_OBJECTS)
|
|
@@ -201,7 +201,7 @@
|
|
lib_LTLIBRARIES = libhighgui.la
|
|
libhighgui_la_SOURCES = bitstrm.cpp cvcap.cpp cvcap_dc1394.cpp \
|
|
cvcap_v4l.cpp grfmt_base.cpp grfmt_bmp.cpp grfmt_jpeg.cpp \
|
|
- grfmt_png.cpp grfmt_pxm.cpp grfmt_sunras.cpp grfmt_tiff.cpp \
|
|
+ grfmt_png.cpp grfmt_pxm.cpp grfmt_sunras.cpp \
|
|
image.cpp loadsave.cpp precomp.cpp utils.cpp window_lnx.cpp \
|
|
window_w32.cpp
|
|
|