From 4d594c96310f1d8abf2aa89ab931352a04632ccb Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 5 Dec 2001 11:33:37 +0000 Subject: [PATCH] added #define HAVE_BOOLEAN, to tell the jpeglib that it hasn't to define the type boolean itself. --- lib/rfxswf.c | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4