~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/libs/jpegutils/transupp.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.2.15 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080717202539-6n7dtirbkoo7qvhd
Tags: 2:0.9.4-1
* New upstream release
  - digiKam 0.9.4 Release Plan (KDE3) ~ 13 July 08 (Closes: #490144)
* DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
* Debhelper compatibility level V7
* Install pixmaps in debian/*.install
* Add debian/digikam.lintian-overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
#define JPEG_INTERNALS
19
19
 
 
20
// LibJPEG includes.
 
21
 
20
22
extern "C"
21
23
{
22
24
#include "jinclude.h"
23
25
#include "jpeglib.h"
24
 
 
25
 
#ifdef KDE_USE_FINAL
26
 
#include "jpegint.h"
27
 
#include "jerror.h"
28
 
#endif
29
26
}
 
27
 
 
28
// Local includes.
 
29
 
30
30
#include "transupp.h"           /* My own external interface */
31
31
 
32
32
namespace Digikam