From: kramm Date: Fri, 26 Oct 2001 19:44:07 +0000 (+0000) Subject: check for HAVE_LIBJPEG X-Git-Tag: automake_to_be_removed~5 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=0f28fe3aed1053dc1191ea91e92839a4a3f23ac0 check for HAVE_LIBJPEG --- 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__