~ubuntu-branches/ubuntu/hardy/ghostscript/hardy

« back to all changes in this revision

Viewing changes to jbig2dec/jbig2_generic.c

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-11-22 12:17:43 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122121743-cd70s3ypq0r243mp
Tags: 8.61.dfsg.1-0ubtuntu1
* New upstream release
  o Final 8.61 release
* debian/patches/09_ijs_krgb_support.dpatch: Adapted to upstream changes.
* debian/rules: Updated CUPS-related variables for "make install" calls.
* debian/rules: Remove /usr/include/ghostscript from the ghostscript
  package, they go into lings-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    Artifex Software, Inc.,  101 Lucas Valley Road #110,
17
17
    San Rafael, CA  94903, U.S.A., +1(415)492-9861.
18
18
                                                                                
19
 
    $Id: jbig2_generic.c 8022 2007-06-05 22:23:38Z giles $
 
19
    $Id: jbig2_generic.c 8320 2007-10-25 22:14:22Z giles $
20
20
*/
21
21
 
22
22
/**
37
37
 
38
38
#include "jbig2.h"
39
39
#include "jbig2_priv.h"
 
40
#include "jbig2_image.h"
40
41
#include "jbig2_arith.h"
41
42
#include "jbig2_generic.h"
42
43
#include "jbig2_mmr.h"