From: kramm Date: Wed, 5 Dec 2001 11:33:37 +0000 (+0000) Subject: added #define HAVE_BOOLEAN, to tell the jpeglib that it hasn't to X-Git-Tag: release-0-2-1~54 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=4d594c96310f1d8abf2aa89ab931352a04632ccb added #define HAVE_BOOLEAN, to tell the jpeglib that it hasn't to define the type boolean itself. --- diff --git a/lib/rfxswf.c b/lib/rfxswf.c index e3f174f..7754ba9 100644 --- a/lib/rfxswf.c +++ b/lib/rfxswf.c @@ -16,6 +16,7 @@ #ifdef HAVE_LIBJPEG #ifdef HAVE_JPEGLIB_H +#define HAVE_BOOLEAN #include #define _JPEGLIB_INCLUDED_ #endif // HAVE_JPEGLIB_H