~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Source/LibMNG/libmng_chunk_descr.h

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-07-20 13:42:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100720134215-xt1454zaedv3b604
Tags: 3.13.1-0ubuntu1
* New upstream release. Closes: (LP: #607800)
 - Updated debian/freeimage-get-orig-source script.
 - Removing no longer necessary debian/patches/* and
   the patch system in debian/rules.
 - Updated debian/rules to work with the new Makefiles.
 - Drop from -O3 to -O2 and use lzma compression saves
   ~10 MB of free space. 
* lintian stuff
 - fixed debhelper-but-no-misc-depends
 - fixed ldconfig-symlink-missing-for-shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/* ************************************************************************** */
5
5
/* *                                                                        * */
6
6
/* * project   : libmng                                                     * */
7
 
/* * file      : libmng_chunk_descr.h      copyright (c) 2004 G.Juyn        * */
8
 
/* * version   : 1.0.9                                                      * */
 
7
/* * file      : libmng_chunk_descr.h      copyright (c) 2007 G.Juyn        * */
 
8
/* * version   : 1.0.10                                                     * */
9
9
/* *                                                                        * */
10
10
/* * purpose   : Chunk descriptor functions (implementation)                * */
11
11
/* *                                                                        * */
16
16
/* * changes   : 1.0.9 - 12/06/2004 - G.Juyn                                * */
17
17
/* *             - added conditional MNG_OPTIMIZE_CHUNKREADER               * */
18
18
/* *                                                                        * */
 
19
/* *             1.0.10 - 04/08/2007 - G.Juyn                               * */
 
20
/* *             - added support for mPNG proposal                          * */
 
21
/* *             1.0.10 - 04/12/2007 - G.Juyn                               * */
 
22
/* *             - added support for ANG proposal                           * */
 
23
/* *                                                                        * */
19
24
/* ************************************************************************** */
20
25
 
21
26
#if defined(__BORLANDC__) && defined(MNG_STRICT_ANSI)
58
63
MNG_F_SPECIALFUNC (mng_ordr_entries) ;
59
64
MNG_F_SPECIALFUNC (mng_debunk_magn) ;
60
65
MNG_F_SPECIALFUNC (mng_evnt_entries) ;
 
66
MNG_F_SPECIALFUNC (mng_adat_tiles) ;
61
67
 
62
68
/* ************************************************************************** */
63
69
 
121
127
 
122
128
MNG_C_SPECIALFUNC (mng_special_magn) ;
123
129
MNG_C_SPECIALFUNC (mng_special_evnt) ;
 
130
MNG_C_SPECIALFUNC (mng_special_mpng) ;
 
131
MNG_C_SPECIALFUNC (mng_special_ahdr) ;
 
132
MNG_C_SPECIALFUNC (mng_special_adat) ;
124
133
MNG_C_SPECIALFUNC (mng_special_unknown) ;
125
134
 
126
135
/* ************************************************************************** */