diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-05 05:02:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-05 05:02:41 +0000 |
commit | d36e24589cc18ee5850933f517815d1891f656ab (patch) | |
tree | 20c65efdefef95148d80801c588a34375c57c618 /graphics/giflib/files/quantize.c | |
parent | 76149a9c4d5d632ffdaf2331605c829825e6e4bf (diff) | |
download | ports-d36e24589cc18ee5850933f517815d1891f656ab.tar.gz ports-d36e24589cc18ee5850933f517815d1891f656ab.zip |
Notes
Diffstat (limited to 'graphics/giflib/files/quantize.c')
-rw-r--r-- | graphics/giflib/files/quantize.c | 2 |
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. */ |