|
|
@ -1,12 +1,10 @@
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <jpeglib.h>
|
|
|
|
#include <jpeglib.h>
|
|
|
|
|
|
|
|
#include <jerror.h>
|
|
|
|
|
|
|
|
|
|
|
|
#if JPEG_LIB_VERSION >= 80
|
|
|
|
#if JPEG_LIB_VERSION >= 80
|
|
|
|
|
|
|
|
|
|
|
|
#include <jerror.h>
|
|
|
|
|
|
|
|
#include <jpegint.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* transupp.c
|
|
|
|
* transupp.c
|
|
|
|
*
|
|
|
|
*
|
|
|
@ -1593,6 +1591,8 @@ jcopy_markers_execute (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
|
|
|
|
|
|
|
|
|
|
|
|
#else // JPEG_LIB_VERSION >= 80
|
|
|
|
#else // JPEG_LIB_VERSION >= 80
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <jpegint.h>
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* transupp.c
|
|
|
|
* transupp.c
|
|
|
|
*
|
|
|
|
*
|
|
|
|