b3c049f1bc
The Long Exposure Tools try to simulate the effects of long exposures by combining multiple short exposure images. PR: ports/70855 Approved by: adamw (mentor)
10 lines
197 B
C
10 lines
197 B
C
--- pamalign.c.orig Mon Aug 23 11:48:10 2004
|
|
+++ pamalign.c Mon Aug 23 11:48:29 2004
|
|
@@ -12,6 +12,7 @@
|
|
*/
|
|
|
|
#include <pam.h>
|
|
+#include <math.h>
|
|
#include <shhopt.h>
|
|
|
|
#define DEFAULT_MAXSHIFT 5
|