Skip to content

Commit 7816fa2

Browse files
committed
Merge pull request #217 from zilongshanren/addTizenSupport
Add tizen support
2 parents eab651b + 9a39a0a commit 7816fa2

File tree

27 files changed

+10093
-0
lines changed

27 files changed

+10093
-0
lines changed
206 KB
Binary file not shown.
284 KB
Binary file not shown.

jpeg/include/tizen/jconfig.h

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
/* jconfig.h. Generated from jconfig.cfg by configure. */
2+
/* jconfig.cfg --- source file edited by configure script */
3+
/* see jconfig.txt for explanations */
4+
5+
#define HAVE_PROTOTYPES 1
6+
#define HAVE_UNSIGNED_CHAR 1
7+
#define HAVE_UNSIGNED_SHORT 1
8+
/* #undef void */
9+
/* #undef const */
10+
/* #undef CHAR_IS_UNSIGNED */
11+
#define HAVE_STDDEF_H 1
12+
#define HAVE_STDLIB_H 1
13+
#define HAVE_LOCALE_H 1
14+
/* #undef NEED_BSD_STRINGS */
15+
/* #undef NEED_SYS_TYPES_H */
16+
/* #undef NEED_FAR_POINTERS */
17+
/* #undef NEED_SHORT_EXTERNAL_NAMES */
18+
/* Define this if you get warnings about undefined structures. */
19+
/* #undef INCOMPLETE_TYPES_BROKEN */
20+
21+
/* Define "boolean" as unsigned char, not int, on Windows systems. */
22+
#ifdef _WIN32
23+
#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
24+
typedef unsigned char boolean;
25+
#endif
26+
#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
27+
#endif
28+
29+
#ifdef JPEG_INTERNALS
30+
31+
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
32+
#define INLINE __inline__
33+
/* These are for configuring the JPEG memory manager. */
34+
/* #undef DEFAULT_MAX_MEM */
35+
/* #undef NO_MKTEMP */
36+
37+
#endif /* JPEG_INTERNALS */
38+
39+
#ifdef JPEG_CJPEG_DJPEG
40+
41+
#define BMP_SUPPORTED /* BMP image file format */
42+
#define GIF_SUPPORTED /* GIF image file format */
43+
#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
44+
/* #undef RLE_SUPPORTED */
45+
#define TARGA_SUPPORTED /* Targa image file format */
46+
47+
/* #undef TWO_FILE_COMMANDLINE */
48+
/* #undef NEED_SIGNAL_CATCHER */
49+
/* #undef DONT_USE_B_MODE */
50+
51+
/* Define this if you want percent-done progress reports from cjpeg/djpeg. */
52+
/* #undef PROGRESS_REPORT */
53+
54+
#endif /* JPEG_CJPEG_DJPEG */

0 commit comments

Comments
 (0)