changeset in /hg/icedtea6: 2008-02-26 Lillian Angel <langel at re...
Lillian Angel
langel at redhat.com
Tue Feb 26 09:57:46 PST 2008
changeset 7cda90fcf648 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7cda90fcf648
description:
2008-02-26 Lillian Angel <langel at redhat.com>
* Makefile.am
(FREETYPE2_INC_DIR): Removed.
(FREETYPE2_HEADERS): New var.
(FT2_LIB): New var.
* patches/icedtea-headers.patch: Added freetype patches.
* Makefile.in: Regenerated.
diffstat:
5 files changed, 66 insertions(+), 815 deletions(-)
ChangeLog | 9
Makefile.am | 10
Makefile.in | 10
patches/icedtea-headers.patch | 50 ++
patches/icedtea-libraries.patch | 802 ---------------------------------------
diffs (truncated from 956 to 500 lines):
diff -r f0d156ff5e76 -r 7cda90fcf648 ChangeLog
--- a/ChangeLog Tue Feb 26 11:04:51 2008 -0500
+++ b/ChangeLog Tue Feb 26 12:47:07 2008 -0500
@@ -1,3 +1,12 @@ 2008-02-26 Lillian Angel <langel at redha
+2008-02-26 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am
+ (FREETYPE2_INC_DIR): Removed.
+ (FREETYPE2_HEADERS): New var.
+ (FT2_LIB): New var.
+ * patches/icedtea-headers.patch: Added freetype patches.
+ * Makefile.in: Regenerated.
+
2008-02-26 Lillian Angel <langel at redhat.com>
* patches/icedtea-libraries.patch: Fixed dlopen calls. No longer
diff -r f0d156ff5e76 -r 7cda90fcf648 Makefile.am
--- a/Makefile.am Tue Feb 26 11:04:51 2008 -0500
+++ b/Makefile.am Tue Feb 26 12:47:07 2008 -0500
@@ -73,10 +73,11 @@ ICEDTEA_ENV = \
"ENDORSED=-Djava.endorsed.dirs=$(ICEDTEA_ENDORSED_DIR)" \
"CLASSPATH=" \
"LD_LIBRARY_PATH=" \
- "FREETYPE2_INC_DIR=$(FREETYPE2_INC_DIR)" \
"ICEDTEA_CORE_BUILD=$(ICEDTEA_CORE_BUILD)" \
"LIBFFI_CFLAGS=$(LIBFFI_CFLAGS)" \
- "LIBFFI_LIBS=$(LIBFFI_LIBS)"
+ "LIBFFI_LIBS=$(LIBFFI_LIBS)" \
+ "FREETYPE2_HEADERS=$(FREETYPE2_CFLAGS)" \
+ "FT2_LIB=$(FREETYPE2_LIBS)"
env:
@echo 'unset JAVA_HOME'
@@ -111,10 +112,11 @@ ICEDTEA_ENV_ECJ = \
"CLASSPATH=" \
"LD_LIBRARY_PATH=" \
"GENSRCDIR=$(abs_top_srcdir)/generated" \
- "FREETYPE2_INC_DIR=$(FREETYPE2_INC_DIR)" \
"ICEDTEA_CORE_BUILD=$(ICEDTEA_CORE_BUILD)" \
"LIBFFI_CFLAGS=$(LIBFFI_CFLAGS)" \
- "LIBFFI_LIBS=$(LIBFFI_LIBS)"
+ "LIBFFI_LIBS=$(LIBFFI_LIBS)" \
+ "FREETYPE2_HEADERS=$(FREETYPE2_CFLAGS)" \
+ "FT2_LIB=$(FREETYPE2_LIBS)"
env-ecj:
@echo 'unset JAVA_HOME'
diff -r f0d156ff5e76 -r 7cda90fcf648 Makefile.in
--- a/Makefile.in Tue Feb 26 11:04:51 2008 -0500
+++ b/Makefile.in Tue Feb 26 12:47:07 2008 -0500
@@ -258,10 +258,11 @@ ICEDTEA_ENV = \
"ENDORSED=-Djava.endorsed.dirs=$(ICEDTEA_ENDORSED_DIR)" \
"CLASSPATH=" \
"LD_LIBRARY_PATH=" \
- "FREETYPE2_INC_DIR=$(FREETYPE2_INC_DIR)" \
"ICEDTEA_CORE_BUILD=$(ICEDTEA_CORE_BUILD)" \
"LIBFFI_CFLAGS=$(LIBFFI_CFLAGS)" \
- "LIBFFI_LIBS=$(LIBFFI_LIBS)"
+ "LIBFFI_LIBS=$(LIBFFI_LIBS)" \
+ "FREETYPE2_HEADERS=$(FREETYPE2_CFLAGS)" \
+ "FT2_LIB=$(FREETYPE2_LIBS)"
# OpenJDK ecj build environment.
@@ -295,10 +296,11 @@ ICEDTEA_ENV_ECJ = \
"CLASSPATH=" \
"LD_LIBRARY_PATH=" \
"GENSRCDIR=$(abs_top_srcdir)/generated" \
- "FREETYPE2_INC_DIR=$(FREETYPE2_INC_DIR)" \
"ICEDTEA_CORE_BUILD=$(ICEDTEA_CORE_BUILD)" \
"LIBFFI_CFLAGS=$(LIBFFI_CFLAGS)" \
- "LIBFFI_LIBS=$(LIBFFI_LIBS)"
+ "LIBFFI_LIBS=$(LIBFFI_LIBS)" \
+ "FREETYPE2_HEADERS=$(FREETYPE2_CFLAGS)" \
+ "FT2_LIB=$(FREETYPE2_LIBS)"
# OpenJDK Source Preparation Targets
diff -r f0d156ff5e76 -r 7cda90fcf648 patches/icedtea-headers.patch
--- a/patches/icedtea-headers.patch Tue Feb 26 11:04:51 2008 -0500
+++ b/patches/icedtea-headers.patch Tue Feb 26 12:47:07 2008 -0500
@@ -1,10 +1,50 @@
---- ../openjdk-b20/openjdk/hotspot/build/linux/makefiles/jvmti.make 2007-09-13 03:46:41.000000000 -0400
-+++ openjdk/hotspot/build/linux/makefiles/jvmti.make 2007-09-14 12:03:41.000000000 -0400
+--- oldopenjdk/hotspot/build/linux/makefiles/jvmti.make 2008-02-12 04:14:13.000000000 -0500
++++ openjdk/hotspot/build/linux/makefiles/jvmti.make 2008-02-26 11:34:28.000000000 -0500
@@ -57,7 +57,7 @@
-
+
JvmtiGeneratedFiles = $(JvmtiGeneratedNames:%=$(JvmtiOutDir)/%)
-
+
-XSLT = $(QUIETLY) $(REMOTE) $(RUN.JAVA) -classpath $(JvmtiOutDir) jvmtiGen
+XSLT = $(QUIETLY) $(REMOTE) $(RUN.JAVA) $(ENDORSED) -classpath $(JvmtiOutDir) jvmtiGen
-
+
.PHONY: all jvmtidocs clean cleanall
+
+--- openjdkold/jdk/make/tools/freetypecheck/Makefile 2008-01-04 18:20:30.000000000 -0500
++++ openjdk/jdk/make/tools/freetypecheck/Makefile 2008-02-26 11:21:34.000000000 -0500
+@@ -54,7 +54,7 @@
+ ifeq ($(PLATFORM), solaris)
+ FT_OPTIONS += -R $(FT_LIB) -lfreetype
+ else #linux
+- FT_OPTIONS += -Wl,-rpath -Wl,$(FT_LIB) -lfreetype
++ FT_OPTIONS += -Wl,-rpath -Wl,$(FT_LIB) $(FT2_LIB)
+ endif
+ endif
+
+--- openjdkold/jdk/make/common/Defs.gmk 2008-01-04 18:20:29.000000000 -0500
++++ openjdk/jdk/make/common/Defs.gmk 2008-02-26 11:21:49.000000000 -0500
+@@ -225,7 +225,7 @@
+ ifeq ($(PLATFORM), windows)
+ FREETYPE_LIB = $(FREETYPE_LIB_PATH)/freetype.lib
+ else
+- FREETYPE_LIB = -L$(FREETYPE_LIB_PATH) -lfreetype
++ FREETYPE_LIB = -L$(FREETYPE_LIB_PATH) $(FT2_LIB)
+ endif
+
+ ifdef ALT_FREETYPE_HEADERS_PATH
+--- oldopenjdk/jdk/make/sun/font/Makefile 2008-01-04 18:20:30.000000000 -0500
++++ openjdk/jdk/make/sun/font/Makefile 2008-02-26 12:12:54.000000000 -0500
+@@ -161,10 +161,13 @@
+ CFLAGS += -DHEADLESS
+ CXXFLAGS += -DHEADLESS
+
++FREETYPE_HEADERS=$(shell $(ECHO) \"$(FREETYPE2_HEADERS)\" | grep -o ^.*[a\-z])
++
+ ifndef OPENJDK
+ CPPFLAGS += -I$(CLOSED_SRC)/share/native/$(PKGDIR)/t2k
+ else
+- CPPFLAGS += -I$(FREETYPE_HEADERS_PATH) -I$(FREETYPE_HEADERS_PATH)/freetype2
++ CPPFLAGS += $(FREETYPE_HEADERS) $(FREETYPE_HEADERS)/freetype2 \
++ -I$(FREETYPE_HEADERS_PATH) -I$(FREETYPE_HEADERS_PATH)/freetype2
+ OTHER_LDLIBS += $(FREETYPE_LIB)
+ endif
+
diff -r f0d156ff5e76 -r 7cda90fcf648 patches/icedtea-libraries.patch
--- a/patches/icedtea-libraries.patch Tue Feb 26 11:04:51 2008 -0500
+++ b/patches/icedtea-libraries.patch Tue Feb 26 12:47:07 2008 -0500
@@ -24682,263 +24682,6 @@ diff -ruN ..openjdk.old/openjdk/jdk/src/
endif
endif #LINUX
endif #PLATFORM
---- origopenjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c 2008-01-04 18:21:02.000000000 -0500
-+++ openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c 2008-01-13 23:54:15.000000000 -0500
-@@ -45,7 +45,9 @@
- #undef boolean
- #undef FAR
- #include <jpeglib.h>
--#include "jerror.h"
-+#include <jerror.h>
-+#include <dlfcn.h>
-+
-
- /* The method IDs we cache. Note that the last two belongs to the
- * java.io.InputStream class.
-@@ -56,6 +58,32 @@
- static jmethodID InputStream_readID;
- static jmethodID InputStream_availableID;
-
-+typedef struct jpeg_error_mgr * (*fn_jpegstderror)(struct jpeg_error_mgr *);
-+typedef void (*fn_jpegcreatedecompress)(j_decompress_ptr, int, size_t);
-+typedef boolean (*fn_jpegresynctorestart)(j_decompress_ptr, int);
-+typedef JDIMENSION (*fn_jpegreadscanlines)(j_decompress_ptr, JSAMPARRAY, JDIMENSION);
-+typedef boolean (*fn_jpegfinishoutput)(j_decompress_ptr);
-+typedef int (*fn_jpegreadheader)(j_decompress_ptr, boolean);
-+typedef boolean (*fn_jpegstartdecompress)(j_decompress_ptr);
-+typedef boolean (*fn_jpeghasmultiplescans)(j_decompress_ptr);
-+typedef void (*fn_jpegdestroydecompress)(j_decompress_ptr);
-+typedef int (*fn_jpegconsumeinput)(j_decompress_ptr);
-+typedef boolean (*fn_jpegfinishdecompress)(j_decompress_ptr);
-+typedef boolean (*fn_jpegstartoutput)(j_decompress_ptr, int);
-+
-+fn_jpegstderror jpegstderror;
-+fn_jpegstartoutput jpegstartoutput;
-+fn_jpegfinishdecompress jpegfinishdecompress;
-+fn_jpegconsumeinput jpegconsumeinput;
-+fn_jpegdestroydecompress jpegdestroydecompress;
-+fn_jpeghasmultiplescans jpeghasmultiplescans;
-+fn_jpegstartdecompress jpegstartdecompress;
-+fn_jpegreadheader jpegreadheader;
-+fn_jpegfinishoutput jpegfinishoutput;
-+fn_jpegreadscanlines jpegreadscanlines;
-+fn_jpegresynctorestart jpegresynctorestart;
-+fn_jpegcreatedecompress jpegcreatedecompress;
-+
- /* Initialize the Java VM instance variable when the library is
- first loaded */
- JavaVM *jvm;
-@@ -462,6 +490,70 @@
- Java_sun_awt_image_JPEGImageDecoder_initIDs(JNIEnv *env, jclass cls,
- jclass InputStreamClass)
- {
-+ void *handle = dlopen("/usr/lib/libjpeg.so.62", RTLD_LAZY | RTLD_GLOBAL);
-+ if (handle == NULL)
-+ handle = dlopen("/usr/lib64/libjpeg.so.62", RTLD_LAZY | RTLD_GLOBAL);
-+
-+ jpegstderror = (fn_jpegstderror)dlsym(handle, "jpeg_std_error");
-+ if (jpegstderror == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpegdestroydecompress = (fn_jpegdestroydecompress)dlsym(handle, "jpeg_destroy_decompress");
-+ if (jpegdestroydecompress == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpegcreatedecompress = (fn_jpegcreatedecompress)dlsym(handle, "jpeg_CreateDecompress");
-+ if (jpegcreatedecompress == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpegreadheader = (fn_jpegreadheader)dlsym(handle, "jpeg_read_header");
-+ if (jpegreadheader == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpeghasmultiplescans = (fn_jpeghasmultiplescans)dlsym(handle, "jpeg_has_multiple_scans");
-+ if (jpeghasmultiplescans == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpegstartdecompress = (fn_jpegstartdecompress)dlsym(handle, "jpeg_start_decompress");
-+ if (jpegstartdecompress == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpegconsumeinput = (fn_jpegconsumeinput)dlsym(handle, "jpeg_consume_input");
-+ if (jpegconsumeinput == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpegstartoutput = (fn_jpegstartoutput)dlsym(handle, "jpeg_start_output");
-+ if (jpegstartoutput == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpegfinishdecompress = (fn_jpegfinishdecompress)dlsym(handle, "jpeg_finish_decompress");
-+ if (jpegfinishdecompress == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpegreadscanlines = (fn_jpegreadscanlines)dlsym(handle, "jpeg_read_scanlines");
-+ if (jpegreadscanlines == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpegfinishoutput = (fn_jpegfinishoutput)dlsym(handle, "jpeg_finish_output");
-+ if (jpegfinishoutput == NULL) {
-+ dlclose(handle);
-+ }
-+
-+ jpegresynctorestart = (fn_jpegresynctorestart)dlsym(handle, "jpeg_resync_to_restart");
-+ if (jpegresynctorestart == NULL) {
-+ dlclose(handle);
-+ }
-+
- sendHeaderInfoID = (*env)->GetMethodID(env, cls, "sendHeaderInfo",
- "(IIZZZ)Z");
- sendPixelsByteID = (*env)->GetMethodID(env, cls, "sendPixels", "([BI)Z");
-@@ -519,7 +611,7 @@
- /* Step 1: allocate and initialize JPEG decompression object */
-
- /* We set up the normal JPEG error routines, then override error_exit. */
-- cinfo.err = jpeg_std_error(&jerr.pub);
-+ cinfo.err = jpegstderror(&jerr.pub);
- jerr.pub.error_exit = sun_jpeg_error_exit;
-
- /* We need to setup our own print routines */
-@@ -530,7 +622,7 @@
- /* If we get here, the JPEG code has signaled an error.
- * We need to clean up the JPEG object, close the input file, and return.
- */
-- jpeg_destroy_decompress(&cinfo);
-+ jpegdestroydecompress(&cinfo);
- RELEASE_ARRAYS(env, &jsrc);
- if (!(*env)->ExceptionOccurred(env)) {
- char buffer[JMSG_LENGTH_MAX];
-@@ -541,7 +633,7 @@
- return;
- }
- /* Now we can initialize the JPEG decompression object. */
-- jpeg_create_decompress(&cinfo);
-+ jpegcreatedecompress(&cinfo, JPEG_LIB_VERSION, (size_t) sizeof(struct jpeg_decompress_struct));
-
- /* Step 2: specify data source (eg, a file) */
-
-@@ -555,17 +647,17 @@
- jsrc.pub.init_source = sun_jpeg_init_source;
- jsrc.pub.fill_input_buffer = sun_jpeg_fill_input_buffer;
- jsrc.pub.skip_input_data = sun_jpeg_skip_input_data;
-- jsrc.pub.resync_to_restart = jpeg_resync_to_restart; /* use default method */
-+ jsrc.pub.resync_to_restart = jpegresynctorestart; /* use default method */
- jsrc.pub.term_source = sun_jpeg_term_source;
- if (!GET_ARRAYS(env, &jsrc)) {
-- jpeg_destroy_decompress(&cinfo);
-+ jpegdestroydecompress(&cinfo);
- return;
- }
- /* Step 3: read file parameters with jpeg_read_header() */
-
-- (void) jpeg_read_header(&cinfo, TRUE);
-+ (void) jpegreadheader(&cinfo, TRUE);
- /* select buffered-image mode if it is a progressive JPEG only */
-- buffered_mode = cinfo.buffered_image = jpeg_has_multiple_scans(&cinfo);
-+ buffered_mode = cinfo.buffered_image = jpeghasmultiplescans(&cinfo);
- grayscale = (cinfo.out_color_space == JCS_GRAYSCALE);
- #ifdef YCCALPHA
- hasalpha = (cinfo.out_color_space == JCS_RGBA);
-@@ -584,7 +676,7 @@
- grayscale, hasalpha, buffered_mode);
- if ((*env)->ExceptionOccurred(env) || !ret) {
- /* No more interest in this image... */
-- jpeg_destroy_decompress(&cinfo);
-+ jpegdestroydecompress(&cinfo);
- return;
- }
- /* Make a one-row-high sample array with enough room to expand to ints */
-@@ -595,7 +687,7 @@
- }
-
- if (jsrc.hOutputBuffer == 0 || !GET_ARRAYS(env, &jsrc)) {
-- jpeg_destroy_decompress(&cinfo);
-+ jpegdestroydecompress(&cinfo);
- return;
- }
-
-@@ -613,7 +705,7 @@
-
- /* Step 5: Start decompressor */
-
-- jpeg_start_decompress(&cinfo);
-+ jpegstartdecompress(&cinfo);
-
- /* We may need to do some setup of our own at this point before reading
- * the data. After jpeg_start_decompress() we have the correct scaled
-@@ -638,28 +730,28 @@
- do {
- sun_jpeg_fill_suspended_buffer(&cinfo);
- jsrc.suspendable = TRUE;
-- ret = jpeg_consume_input(&cinfo);
-+ ret = jpegconsumeinput(&cinfo);
- jsrc.suspendable = FALSE;
- } while (ret != JPEG_SUSPENDED && ret != JPEG_REACHED_EOI);
- if (ret == JPEG_REACHED_EOI) {
- final_pass = TRUE;
- cinfo.dct_method = JDCT_ISLOW;
- }
-- jpeg_start_output(&cinfo, cinfo.input_scan_number);
-+ jpegstartoutput(&cinfo, cinfo.input_scan_number);
- }
- while (cinfo.output_scanline < cinfo.output_height) {
- if (! final_pass) {
- do {
- sun_jpeg_fill_suspended_buffer(&cinfo);
- jsrc.suspendable = TRUE;
-- ret = jpeg_consume_input(&cinfo);
-+ ret = jpegconsumeinput(&cinfo);
- jsrc.suspendable = FALSE;
- } while (ret != JPEG_SUSPENDED && ret != JPEG_REACHED_EOI);
- if (ret == JPEG_REACHED_EOI) {
- break;
- }
- }
-- (void) jpeg_read_scanlines(&cinfo, (JSAMPARRAY) &(jsrc.outbuf), 1);
-+ (void) jpegreadscanlines(&cinfo, (JSAMPARRAY) &(jsrc.outbuf), 1);
-
- if (grayscale) {
- RELEASE_ARRAYS(env, &jsrc);
-@@ -695,18 +787,18 @@
- if ((*env)->ExceptionOccurred(env) || !ret ||
- !GET_ARRAYS(env, &jsrc)) {
- /* No more interest in this image... */
-- jpeg_destroy_decompress(&cinfo);
-+ jpegdestroydecompress(&cinfo);
- return;
- }
- }
- if (buffered_mode) {
-- jpeg_finish_output(&cinfo);
-+ jpegfinishoutput(&cinfo);
- }
- } while (! final_pass);
-
- /* Step 7: Finish decompression */
-
-- (void) jpeg_finish_decompress(&cinfo);
-+ (void) jpegfinishdecompress(&cinfo);
- /* We can ignore the return value since suspension is not possible
- * with the stdio data source.
- * (nor with the Java data source)
-@@ -715,7 +807,7 @@
- /* Step 8: Release JPEG decompression object */
-
- /* This is an important step since it will release a good deal of memory. */
-- jpeg_destroy_decompress(&cinfo);
-+ jpegdestroydecompress(&cinfo);
-
- /* After finish_decompress, we can close the input file.
- * Here we postpone it until after no more JPEG errors are possible,
--- penjdk6/jdk/make/java/jli/Makefile 2008-02-12 04:03:55.000000000 -0500
+++ openjdk/jdk/make/java/jli/Makefile 2008-02-14 16:40:45.000000000 -0500
@@ -44,8 +44,6 @@
@@ -25004,551 +24747,6 @@ diff -ruN ..openjdk.old/openjdk/jdk/src/
#ifdef _MSC_VER
typedef LONGLONG jlong;
typedef DWORDLONG julong;
---- openjdk6/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c 2008-02-12 04:08:13.000000000 -0500
-+++ openjdk/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c 2008-02-14 22:45:27.000000000 -0500
-@@ -51,7 +51,9 @@
-
- /* headers from the JPEG library */
- #include <jpeglib.h>
--#include "jerror.h"
-+#include <jerror.h>
-+
-+#include <dlfcn.h>
-
- #undef MAX
- #define MAX(a,b) ((a) > (b) ? (a) : (b))
-@@ -75,6 +77,62 @@
- static jfieldID JPEGHuffmanTable_lengthsID;
- static jfieldID JPEGHuffmanTable_valuesID;
-
-+static void initIDs();
-+
-+typedef struct jpeg_error_mgr * (*fn_jpegstderror)(struct jpeg_error_mgr *);
-+typedef boolean (*fn_jpegresynctorestart)(j_decompress_ptr, int);
-+typedef JDIMENSION (*fn_jpegreadscanlines)(j_decompress_ptr, JSAMPARRAY, JDIMENSION);
-+typedef boolean (*fn_jpegfinishoutput)(j_decompress_ptr);
-+typedef int (*fn_jpegreadheader)(j_decompress_ptr, boolean);
-+typedef boolean (*fn_jpegstartdecompress)(j_decompress_ptr);
-+typedef boolean (*fn_jpeghasmultiplescans)(j_decompress_ptr);
-+typedef boolean (*fn_jpegfinishdecompress)(j_decompress_ptr);
-+typedef boolean (*fn_jpegstartoutput)(j_decompress_ptr, int);
-+typedef void (*fn_jpegabort)(j_common_ptr);
-+typedef void (*fn_jpegabortdecompress)(j_decompress_ptr);
-+typedef JHUFF_TBL * (*fn_jpegallochufftable)(j_common_ptr);
-+typedef JQUANT_TBL * (*fn_jpegallocquanttable)(j_common_ptr);
-+typedef void (*fn_jpegcreatecompress)(j_compress_ptr, int, size_t);
-+typedef void (*fn_jpegcreatedecompress)(j_decompress_ptr, int, size_t);
-+typedef void (*fn_jpegdestroy)(j_common_ptr);
-+typedef void (*fn_jpegfinishcompress)(j_compress_ptr);
-+typedef boolean (*fn_jpeginputcomplete)(j_decompress_ptr);
-+typedef void (*fn_jpegsavemarkers)(j_decompress_ptr, int, unsigned int);
-+typedef void (*fn_jpegsetcolorspace)(j_compress_ptr, J_COLOR_SPACE);
-+typedef void (*fn_jpegsetdefaults)(j_compress_ptr);
-+typedef void (*fn_jpegsimpleprogression)(j_compress_ptr);
-+typedef void (*fn_jpegstartcompress)(j_compress_ptr, boolean);
-+typedef void (*fn_jpegsuppresstables)(j_compress_ptr, boolean);
-+typedef JDIMENSION (*fn_jpegwritescanlines)(j_compress_ptr, JSAMPARRAY, JDIMENSION);
-+typedef void (*fn_jpegwritetables)(j_compress_ptr);
-+
-+fn_jpegabort jpegabort;
-+fn_jpegabortdecompress jpegabortdecompress;
-+fn_jpegallochufftable jpegallochufftable;
-+fn_jpegallocquanttable jpegallocquanttable;
-+fn_jpegcreatecompress jpegcreatecompress;
-+fn_jpegcreatedecompress jpegcreatedecompress;
-+fn_jpegdestroy jpegdestroy;
-+fn_jpegfinishcompress jpegfinishcompress;
-+fn_jpeginputcomplete jpeginputcomplete;
-+fn_jpegsavemarkers jpegsavemarkers;
-+fn_jpegsetcolorspace jpegsetcolorspace;
-+fn_jpegsetdefaults jpegsetdefaults;
-+fn_jpegsimpleprogression jpegsimpleprogression;
-+fn_jpegstartcompress jpegstartcompress;
-+fn_jpegsuppresstables jpegsuppresstables;
-+fn_jpegwritescanlines jpegwritescanlines;
-+fn_jpegwritetables jpegwritetables;
-+fn_jpegstderror jpegstderror;
-+fn_jpegstartoutput jpegstartoutput;
-+fn_jpegfinishdecompress jpegfinishdecompress;
-+fn_jpeghasmultiplescans jpeghasmultiplescans;
-+fn_jpegstartdecompress jpegstartdecompress;
-+fn_jpegreadheader jpegreadheader;
-+fn_jpegfinishoutput jpegfinishoutput;
-+fn_jpegreadscanlines jpegreadscanlines;
-+fn_jpegresynctorestart jpegresynctorestart;
-+
- /*
- * Defined in jpegdecoder.c. Copy code from there if and
- * when that disappears. */
-@@ -615,7 +673,7 @@
- return;
- }
-
-- jpeg_abort(cinfo); // Frees any markers, but not tables
-+ jpegabort(cinfo); // Frees any markers, but not tables
-
- }
-
-@@ -640,7 +698,7 @@
- return;
- }
-
-- jpeg_abort(cinfo); // Does not reset tables
-+ jpegabort(cinfo); // Does not reset tables
-
More information about the distro-pkg-dev
mailing list