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
473 B
Plaintext
13 lines
473 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2009/04/19 11:14:37 sthen Exp $
|
|
--- configure.orig Sat Oct 25 01:25:26 2008
|
|
+++ configure Sat Oct 25 01:25:46 2008
|
|
@@ -11378,7 +11378,7 @@ if test "x$enable_debug" = "xyes"; then
|
|
{ echo "$as_me:$LINENO: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6; }
|
|
else
|
|
- CXXFLAGS="$CXXFLAGS -O3 -ffast-math -DNDEBUG -Wall"
|
|
+ CXXFLAGS="$CXXFLAGS -ffast-math -DNDEBUG -Wall"
|
|
{ echo "$as_me:$LINENO: result: no" >&5
|
|
echo "${ECHO_T}no" >&6; }
|
|
fi
|