aboutsummaryrefslogtreecommitdiff
path: root/graphics/giflib/files/quantize.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-05 05:02:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-05 05:02:41 +0000
commitd36e24589cc18ee5850933f517815d1891f656ab (patch)
tree20c65efdefef95148d80801c588a34375c57c618 /graphics/giflib/files/quantize.c
parent76149a9c4d5d632ffdaf2331605c829825e6e4bf (diff)
downloadports-d36e24589cc18ee5850933f517815d1891f656ab.tar.gz
ports-d36e24589cc18ee5850933f517815d1891f656ab.zip
Notes
Diffstat (limited to 'graphics/giflib/files/quantize.c')
-rw-r--r--graphics/giflib/files/quantize.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/giflib/files/quantize.c b/graphics/giflib/files/quantize.c
index 1cbb41f30870..fdcfe36efb93 100644
--- a/graphics/giflib/files/quantize.c
+++ b/graphics/giflib/files/quantize.c
@@ -29,6 +29,8 @@
#define ABS(x) ((x) > 0 ? (x) : (-(x)))
+#define PROGRAM_NAME "giflib"
+
/* The colors are stripped to 5 bits per primary color if non MSDOS system
* or to 4 (not enough memory...) if MSDOS as first step.
*/