X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfbits.c;h=4510c48e4998d17c6871038d5d4e19863424e9c7;hb=644837a3d0f18ac76d55c9ba438246cb5a2927d6;hp=eda68297e2818306fa536c500d4cac9715dbd5ae;hpb=ba64d5da3ab706b4243e95c80677e6a19d0fd181;p=swftools.git diff --git a/lib/modules/swfbits.c b/lib/modules/swfbits.c index eda6829..4510c48 100644 --- a/lib/modules/swfbits.c +++ b/lib/modules/swfbits.c @@ -21,13 +21,29 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include +#include +#include +#include "../../config.h" +#ifdef HAVE_ZLIB +#include +#include +#endif +#include +#include + +#ifdef HAVE_JPEGLIB +#define HAVE_BOOLEAN #ifdef __cplusplus extern "C" { #endif -#include "jpeglib.h" +#include #ifdef __cplusplus } #endif +#endif // HAVE_JPEGLIB + +#include "../rfxswf.h" #define OUTBUFFER_SIZE 0x8000