~ubuntu-branches/ubuntu/intrepid/blender/intrepid-updates

« back to all changes in this revision

Viewing changes to extern/qdune/imgio/jpeg_img.h

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-08-08 02:45:40 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080808024540-kkjp7ekfivzhuw3l
Tags: 2.46+dfsg-4
* Fix python syntax warning in import_dxf.py, which led to nasty output
  in installation/upgrade logs during byte-compilation, using a patch
  provided by the script author (Closes: #492280):
   - debian/patches/45_fix_python_syntax_warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//-------------------------------------------------------
 
2
// JPEG image support
 
3
//-------------------------------------------------------
 
4
 
 
5
#ifndef _JPEG_IO_H
 
6
#define _JPEG_IO_H
 
7
 
 
8
#include "img_io.h"
 
9
 
 
10
#include "QDRender.h"
 
11
__BEGIN_QDRENDER
 
12
 
 
13
imgbuf_t* loadJPG(const char filename[]);
 
14
 
 
15
__END_QDRENDER
 
16
 
 
17
#endif  // _JPEG_IO_H