From 0f28fe3aed1053dc1191ea91e92839a4a3f23ac0 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 26 Oct 2001 19:44:07 +0000 Subject: [PATCH] check for HAVE_LIBJPEG --- lib/rfxswf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/rfxswf.c b/lib/rfxswf.c index d7cbb03..8fe46bd 100644 --- a/lib/rfxswf.c +++ b/lib/rfxswf.c @@ -14,10 +14,12 @@ #include "rfxswf.h" +#ifdef HAVE_LIBJPEG #ifdef HAVE_JPEGLIB_H #include #define _JPEGLIB_INCLUDED_ -#endif +#endif //HAVE_JPEGLIB_H +#endif //HAVE_LIBJPEG // Win32 support may be broken since it was only tested in an older version for Watcom C #ifdef __NT__ -- 1.7.10.4