43e67105d7
Autopano-SIFT-C automatically creates control points for groups of overlapping photographs using SIFT ("scale-invariant feature transform"). It can be controlled from within the Hugin GUI front-end. N.B. The SIFT algorithm is restricted in the USA by a patent owned by the University of British Columbia. will be hooked to the build after tests on additional arch.
12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
$OpenBSD: patch-CMakeModules_FindPNG_cmake,v 1.1.1.1 2009/04/19 11:14:41 sthen Exp $
|
|
--- CMakeModules/FindPNG.cmake.orig Fri Apr 17 22:44:18 2009
|
|
+++ CMakeModules/FindPNG.cmake Fri Apr 17 22:44:45 2009
|
|
@@ -22,6 +22,7 @@ SET(PNG_FOUND "NO")
|
|
|
|
IF (ZLIB_FOUND)
|
|
FIND_PATH(PNG_INCLUDE_DIR png.h
|
|
+ ${LOCALBASE}/include/libpng
|
|
/usr/local/include
|
|
/usr/include
|
|
${wxWidgets_ROOT_DIR}/src/png
|