]> git.jsancho.org Git - lugaru.git/commitdiff
Added a basic libjpeg config header.
authorRyan C. Gordon <icculus@icculus.org>
Thu, 13 May 2010 03:41:54 +0000 (23:41 -0400)
committerRyan C. Gordon <icculus@icculus.org>
Thu, 13 May 2010 03:41:54 +0000 (23:41 -0400)
Dependencies/libjpeg/jconfig.h [new file with mode: 0644]

diff --git a/Dependencies/libjpeg/jconfig.h b/Dependencies/libjpeg/jconfig.h
new file mode 100644 (file)
index 0000000..f09fd96
--- /dev/null
@@ -0,0 +1,18 @@
+#define HAVE_PROTOTYPES
+#define HAVE_STDDEF_H
+#define HAVE_STDLIB_H
+#define NEED_BSD_STRINGS
+#define NEED_SYS_TYPES_H
+
+#ifdef JPEG_INTERNALS
+#define INLINE inline
+#endif /* JPEG_INTERNALS */
+
+#ifdef JPEG_CJPEG_DJPEG
+#define BMP_SUPPORTED          /* BMP image file format */
+#define GIF_SUPPORTED          /* GIF image file format */
+#define PPM_SUPPORTED          /* PBMPLUS PPM/PGM image file format */
+#undef RLE_SUPPORTED           /* Utah RLE image file format */
+#define TARGA_SUPPORTED                /* Targa image file format */
+#endif /* JPEG_CJPEG_DJPEG */
+