Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047706
en ru br
ALT Linux repos
S:1.3-alt1.qa1.1
5.0: 1.3-alt1
4.1: 1.3-alt1
4.0: 1.3-alt1

Group :: Graphics
RPM: photopnmtools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: photopnmtools-1.3-pnmdft.patch
Download


--- photopnmtools-1.3.orig/pnmdft.c	2003-02-22 14:21:18 +0200
+++ photopnmtools-1.3/pnmdft.c	2007-07-20 14:58:07 +0300
@@ -30,6 +30,14 @@
 
 #define FFTSCALE 32765.0 
 
+#ifndef FALSE
+#define FALSE   (0)
+#endif
+
+#ifndef TRUE
+#define TRUE    (!FALSE)
+#endif
+
 /* routine written by Paul Bourke,
  * taken from http://astronomy.swin.edu.au/~pbourke/analysis/fft2d/
  */
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin