From d36e24589cc18ee5850933f517815d1891f656ab Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 5 Jun 2012 05:02:41 +0000 Subject: - fix offline build Submitted by: Oliver Pinter - fix option NOPORTDOCS - fix QuantizeBuffer Submitted by: Greg Lewis --- graphics/giflib/files/quantize.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphics/giflib/files/quantize.c') 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. */ -- cgit v1.2.3