jconfig.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. #define HAVE_PROTOTYPES 1
  5. #define HAVE_UNSIGNED_CHAR 1
  6. #define HAVE_UNSIGNED_SHORT 1
  7. /* #undef void */
  8. /* #undef const */
  9. /* #undef CHAR_IS_UNSIGNED */
  10. #define HAVE_STDDEF_H 1
  11. #define HAVE_STDLIB_H 1
  12. #define HAVE_LOCALE_H 1
  13. /* #undef NEED_BSD_STRINGS */
  14. /* #undef NEED_SYS_TYPES_H */
  15. /* #undef NEED_FAR_POINTERS */
  16. /* #undef NEED_SHORT_EXTERNAL_NAMES */
  17. /* Define this if you get warnings about undefined structures. */
  18. /* #undef INCOMPLETE_TYPES_BROKEN */
  19. /* Define "boolean" as unsigned char, not int, on Windows systems. */
  20. #ifdef _WIN32
  21. #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
  22. typedef unsigned char boolean;
  23. #endif
  24. #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
  25. #endif
  26. #ifdef JPEG_INTERNALS
  27. /* #undef RIGHT_SHIFT_IS_UNSIGNED */
  28. #define INLINE __inline__
  29. /* These are for configuring the JPEG memory manager. */
  30. /* #undef DEFAULT_MAX_MEM */
  31. /* #undef NO_MKTEMP */
  32. #endif /* JPEG_INTERNALS */
  33. /* TODO : TEGRA_ACCELERATE should be part of all Makefile.tmk using libjpeg-8b
  34. * Since jconfig.h is generated when ./configure is run to compile libjpeg-8b for CPU
  35. * This is temporary solution so that camera scf function tests pass GVS without defining
  36. * in it's Makefile.tmk
  37. * This is with assumption that ./configure will never be run.
  38. * */
  39. #ifndef TEGRA_ACCELERATE
  40. #if !defined (GPU_ACCELERATE)
  41. #define TEGRA_ACCELERATE
  42. #endif
  43. #endif
  44. #ifdef JPEG_CJPEG_DJPEG
  45. #define BMP_SUPPORTED /* BMP image file format */
  46. #define GIF_SUPPORTED /* GIF image file format */
  47. #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
  48. /* #undef RLE_SUPPORTED */
  49. #define TARGA_SUPPORTED /* Targa image file format */
  50. /* #undef TWO_FILE_COMMANDLINE */
  51. /* #undef NEED_SIGNAL_CATCHER */
  52. /* #undef DONT_USE_B_MODE */
  53. /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  54. /* #undef PROGRESS_REPORT */
  55. #endif /* JPEG_CJPEG_DJPEG */