mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
- removed obsolete readme.
This commit is contained in:
parent
c821b9c2d6
commit
1baf3ccbf6
1 changed files with 0 additions and 19 deletions
|
@ -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.
|
|
Loading…
Reference in a new issue