1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/libjpeg/jversion.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +/* 1.5 + * jversion.h 1.6 + * 1.7 + * This file was part of the Independent JPEG Group's software: 1.8 + * Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding. 1.9 + * Modifications: 1.10 + * Copyright (C) 2010, 2012-2014, D. R. Commander. 1.11 + * For conditions of distribution and use, see the accompanying README file. 1.12 + * 1.13 + * This file contains software version identification. 1.14 + */ 1.15 + 1.16 + 1.17 +#if JPEG_LIB_VERSION >= 80 1.18 + 1.19 +#define JVERSION "8d 15-Jan-2012" 1.20 + 1.21 +#elif JPEG_LIB_VERSION >= 70 1.22 + 1.23 +#define JVERSION "7 27-Jun-2009" 1.24 + 1.25 +#else 1.26 + 1.27 +#define JVERSION "6b 27-Mar-1998" 1.28 + 1.29 +#endif 1.30 + 1.31 +#define JCOPYRIGHT "Copyright (C) 1991-2012 Thomas G. Lane, Guido Vollbeding\n" \ 1.32 + "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \ 1.33 + "Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \ 1.34 + "Copyright (C) 2009-2014 D. R. Commander\n" \ 1.35 + "Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies)"