Merge branch 'main' into dev

This commit is contained in:
DRC
2022-10-04 12:58:11 -05:00
17 changed files with 0 additions and 17 deletions

1
cmyk.h
View File

@@ -17,7 +17,6 @@
#include <jinclude.h> #include <jinclude.h>
#define JPEG_INTERNALS #define JPEG_INTERNALS
#include "jpeglibint.h" #include "jpeglibint.h"
#include "jconfigint.h"
/* Fully reversible */ /* Fully reversible */

View File

@@ -17,7 +17,6 @@
#include "jinclude.h" #include "jinclude.h"
#include "jpeglibint.h" #include "jpeglibint.h"
#include "jsimd.h" #include "jsimd.h"
#include "jconfigint.h"
/* Private subobject */ /* Private subobject */

View File

@@ -28,7 +28,6 @@
#include "jinclude.h" #include "jinclude.h"
#include "jpeglibint.h" #include "jpeglibint.h"
#include "jsimd.h" #include "jsimd.h"
#include "jconfigint.h"
#include <limits.h> #include <limits.h>
/* /*

View File

@@ -19,7 +19,6 @@
#include "jinclude.h" #include "jinclude.h"
#include "jpeglibint.h" #include "jpeglibint.h"
#include "jpegcomp.h" #include "jpegcomp.h"
#include "jconfigint.h"
/* Private state */ /* Private state */

View File

@@ -22,7 +22,6 @@
#include "jinclude.h" #include "jinclude.h"
#include "jpeglibint.h" #include "jpeglibint.h"
#include "jsimd.h" #include "jsimd.h"
#include "jconfigint.h"
#include <limits.h> #include <limits.h>
#ifdef HAVE_INTRIN_H #ifdef HAVE_INTRIN_H

View File

@@ -23,7 +23,6 @@
#include "jinclude.h" #include "jinclude.h"
#include "jpeglibint.h" #include "jpeglibint.h"
#include "jdmaster.h" #include "jdmaster.h"
#include "jconfigint.h"
/* /*

View File

@@ -18,7 +18,6 @@
#include "jinclude.h" #include "jinclude.h"
#include "jpeglibint.h" #include "jpeglibint.h"
#include "jsimd.h" #include "jsimd.h"
#include "jconfigint.h"
/* Private subobject */ /* Private subobject */

View File

@@ -18,7 +18,6 @@
#include "jinclude.h" #include "jinclude.h"
#include "jdmainct.h" #include "jdmainct.h"
#include "jconfigint.h"
/* /*

View File

@@ -42,7 +42,6 @@
#include "jpeglibint.h" #include "jpeglibint.h"
#include "jdmerge.h" #include "jdmerge.h"
#include "jsimd.h" #include "jsimd.h"
#include "jconfigint.h"
#ifdef UPSAMPLE_MERGING_SUPPORTED #ifdef UPSAMPLE_MERGING_SUPPORTED

View File

@@ -23,7 +23,6 @@
#include "../../../jdct.h" #include "../../../jdct.h"
#include "../../../jsimddct.h" #include "../../../jsimddct.h"
#include "../../jsimd.h" #include "../../jsimd.h"
#include "jconfigint.h"
#include <ctype.h> #include <ctype.h>

View File

@@ -21,7 +21,6 @@
*/ */
#define JPEG_INTERNALS #define JPEG_INTERNALS
#include "jconfigint.h"
#include "../../jinclude.h" #include "../../jinclude.h"
#include "../../jpeglib.h" #include "../../jpeglib.h"
#include "../../jsimd.h" #include "../../jsimd.h"

View File

@@ -21,7 +21,6 @@
*/ */
#define JPEG_INTERNALS #define JPEG_INTERNALS
#include "jconfigint.h"
#include "../../jinclude.h" #include "../../jinclude.h"
#include "../../jpeglib.h" #include "../../jpeglib.h"
#include "../../jsimd.h" #include "../../jsimd.h"

View File

@@ -21,7 +21,6 @@
*/ */
#define JPEG_INTERNALS #define JPEG_INTERNALS
#include "jconfigint.h"
#include "../../jinclude.h" #include "../../jinclude.h"
#include "../../jpeglib.h" #include "../../jpeglib.h"
#include "../../jsimd.h" #include "../../jsimd.h"

View File

@@ -22,7 +22,6 @@
*/ */
#define JPEG_INTERNALS #define JPEG_INTERNALS
#include "jconfigint.h"
#include "../../jinclude.h" #include "../../jinclude.h"
#include "../../jpeglib.h" #include "../../jpeglib.h"
#include "../../jsimd.h" #include "../../jsimd.h"

View File

@@ -21,7 +21,6 @@
#include "../../jdct.h" #include "../../jdct.h"
#include "../../jsimddct.h" #include "../../jsimddct.h"
#include "../jsimd.h" #include "../jsimd.h"
#include "jconfigint.h"
/* /*
* In the PIC cases, we have no guarantee that constants will keep * In the PIC cases, we have no guarantee that constants will keep

View File

@@ -21,7 +21,6 @@
#include "../../jdct.h" #include "../../jdct.h"
#include "../../jsimddct.h" #include "../../jsimddct.h"
#include "../jsimd.h" #include "../jsimd.h"
#include "jconfigint.h"
/* /*
* In the PIC cases, we have no guarantee that constants will keep * In the PIC cases, we have no guarantee that constants will keep

View File

@@ -42,7 +42,6 @@
#include "transupp.h" #include "transupp.h"
#include "./jpegcomp.h" #include "./jpegcomp.h"
#include "./cdjpeg.h" #include "./cdjpeg.h"
#include "jconfigint.h"
extern void jpeg_mem_dest_tj(j_compress_ptr, unsigned char **, unsigned long *, extern void jpeg_mem_dest_tj(j_compress_ptr, unsigned char **, unsigned long *,
boolean); boolean);