1eadbc9dd7
This is the pano13 library, part of the Panorama Tools by Helmut Dersch of the University of Applied Sciences Furtwangen. The panorama tools are mainly used to build panoramic images from a set of overlapping images. The usability extends beyond "just" building panoramas by far though. You can, for instance, use them to render an average of multiple images to broaden the dynamic range of the images or average out noise. You can also build object movies with them, morph between images and much more. WWW: http://panotools.sourceforge.net/
22 lines
628 B
Text
22 lines
628 B
Text
--- configure.ac.orig Fri Jun 16 13:30:54 2006
|
|
+++ configure.ac Wed Jan 17 10:40:32 2007
|
|
@@ -45,6 +45,11 @@
|
|
;;
|
|
esac
|
|
;;
|
|
+ *freebsd*)
|
|
+ PANO_WIN32_RESOURCE=
|
|
+ HSYS=freebsd
|
|
+ HCPU="${target_cpu}"
|
|
+ ;;
|
|
*darwin*)
|
|
PANO_WIN32_RESOURCE=
|
|
HSYS=darwin
|
|
@@ -73,6 +78,7 @@
|
|
|
|
AM_CONDITIONAL(HAVE_DARWIN, test "${HSYS}" = "darwin")
|
|
AM_CONDITIONAL(HAVE_LINUX, test "${HSYS}" = "linux")
|
|
+AM_CONDITIONAL(HAVE_FREEBSD, test "${HSYS}" = "freebsd")
|
|
AM_CONDITIONAL(HAVE_MAC, test "${HSYS}" = "classic")
|
|
AM_CONDITIONAL(HAVE_MINGW, test "${HSYS}" = "mingw32")
|
|
AM_CONDITIONAL(HAVE_CYGWIN, test "${HSYS}" = "cygwin")
|