- Migrate to jpeg-8c

- Add possibility to link against system libjpeg
This commit is contained in:
Thilo Schulz 2011-03-12 16:45:15 +00:00
parent 0b8ca2b417
commit 0c10adaf92
77 changed files with 17722 additions and 9091 deletions

14
code/jpeg-8c/jversion.h Normal file
View file

@ -0,0 +1,14 @@
/*
* jversion.h
*
* Copyright (C) 1991-2011, Thomas G. Lane, Guido Vollbeding.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains software version identification.
*/
#define JVERSION "8c 16-Jan-2011"
#define JCOPYRIGHT "Copyright (C) 2011, Thomas G. Lane, Guido Vollbeding"