be2f7c5b97
Enblend combines images that partially overlap into a single large image with no seams (panorama generation). This is a command-line tool which performs the actual composition; another tool is required to line up the images ready for input (e.g. Hugin). Enfuse combines images that overlap into a single image with good focus and exposure (exposure stacking for high dynamic range, focus stacking for extended depth-of-field). will be hooked to the build after tests on additional arch. big thanks to Emmanuel Viaud for rewriting some C++ to build with GCC 3.
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
$OpenBSD: patch-configure_in,v 1.1.1.1 2009/04/19 11:14:37 sthen Exp $
|
|
--- configure.in.orig Fri Jul 25 00:52:20 2008
|
|
+++ configure.in Fri Jul 25 00:52:27 2008
|
|
@@ -119,7 +119,7 @@ if test "x$enable_debug" = "xyes"; then
|
|
CXXFLAGS="$CXXFLAGS -g -DDEBUG -Wall"
|
|
AC_MSG_RESULT(yes)
|
|
else
|
|
- CXXFLAGS="$CXXFLAGS -O3 -ffast-math -DNDEBUG -Wall"
|
|
+ CXXFLAGS="$CXXFLAGS -ffast-math -DNDEBUG -Wall"
|
|
AC_MSG_RESULT(no)
|
|
fi
|
|
|