- removed obsolete readme.

This commit is contained in:
Christoph Oelckers 2018-04-30 19:10:33 +02:00
parent c821b9c2d6
commit 1baf3ccbf6
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
This is a stripped version of the Independant JPEG Group's library,
available at <http://www.ijg.org/>. The following features have been
removed to decrease source code size:
* All encoding code.
* All sample applications.
* Most documentation.
* Unix configure scripts.
* Multiple Makefiles.
* Multiple memory managers.
* Disk-based backing store. If you don't have enough memory to decode
a JPEG file, you probably can't play ZDoom either.
* Far pointers. Who cares about 16-bit x86? Not me.
* Transcoding routines.
* Buffered image output.
* Raw data output.
A Unix build of ZDoom should just use the system libjpeg instead of
this code.