Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 1c8de2b

Browse files
author
ijd.org
committed
Imported from jpegsrc.v8c.tar.gz.
1 parent f55f8aa commit 1c8de2b

15 files changed

Lines changed: 6072 additions & 3413 deletions

Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ LN_S = @LN_S@
205205
LTLIBOBJS = @LTLIBOBJS@
206206
MAINT = @MAINT@
207207
MAKEINFO = @MAKEINFO@
208+
MANIFEST_TOOL = @MANIFEST_TOOL@
208209
MEMORYMGR = @MEMORYMGR@
209210
MKDIR_P = @MKDIR_P@
210211
NM = @NM@
@@ -232,6 +233,7 @@ abs_builddir = @abs_builddir@
232233
abs_srcdir = @abs_srcdir@
233234
abs_top_builddir = @abs_top_builddir@
234235
abs_top_srcdir = @abs_top_srcdir@
236+
ac_ct_AR = @ac_ct_AR@
235237
ac_ct_CC = @ac_ct_CC@
236238
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237239
am__include = @am__include@
@@ -264,7 +266,6 @@ libdir = @libdir@
264266
libexecdir = @libexecdir@
265267
localedir = @localedir@
266268
localstatedir = @localstatedir@
267-
lt_ECHO = @lt_ECHO@
268269
mandir = @mandir@
269270
mkdir_p = @mkdir_p@
270271
oldincludedir = @oldincludedir@

README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The Independent JPEG Group's JPEG software
22
==========================================
33

4-
README for release 8b of 16-May-2010
4+
README for release 8c of 16-Jan-2011
55
====================================
66

77
This distribution contains the eighth public release of the Independent JPEG
@@ -114,7 +114,7 @@ with respect to this software, its quality, accuracy, merchantability, or
114114
fitness for a particular purpose. This software is provided "AS IS", and you,
115115
its user, assume the entire risk as to its quality and accuracy.
116116

117-
This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
117+
This software is copyright (C) 1991-2011, Thomas G. Lane, Guido Vollbeding.
118118
All Rights Reserved except as specified below.
119119

120120
Permission is hereby granted to use, copy, modify, and distribute this
@@ -254,8 +254,8 @@ ARCHIVE LOCATIONS
254254
The "official" archive site for this software is www.ijg.org.
255255
The most recent released version can always be found there in
256256
directory "files". This particular version will be archived as
257-
http://www.ijg.org/files/jpegsrc.v8b.tar.gz, and in Windows-compatible
258-
"zip" archive format as http://www.ijg.org/files/jpegsr8b.zip.
257+
http://www.ijg.org/files/jpegsrc.v8c.tar.gz, and in Windows-compatible
258+
"zip" archive format as http://www.ijg.org/files/jpegsr8c.zip.
259259

260260
The JPEG FAQ (Frequently Asked Questions) article is a source of some
261261
general information about JPEG.
@@ -285,8 +285,8 @@ Thank to John Korejwa and Massimo Ballerini for inviting me to
285285
fruitful consultations in Boston, MA and Milan, Italy.
286286

287287
Thank to Hendrik Elstner, Roland Fassauer, Simone Zuck, Guenther
288-
Maier-Gerber, Walter Stoeber, and Fred Schmitz for corresponding
289-
business development.
288+
Maier-Gerber, Walter Stoeber, Fred Schmitz, and Norbert Braunagel
289+
for corresponding business development.
290290

291291
Thank to Nico Zschach and Dirk Stelling of the technical support team
292292
at the Digital Images company in Halle for providing me with extra

0 commit comments

Comments
 (0)