1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 01:37:14 +00:00

Work around for compiler issues on centos

This commit is contained in:
SwK 2012-08-07 14:46:23 -04:00
parent 964d14c012
commit 3818cae3e6

@ -373,12 +373,12 @@ enum
/*! T.81 + T.30 Annex K colour sYCC-JPEG compression */ /*! T.81 + T.30 Annex K colour sYCC-JPEG compression */
T30_SUPPORT_SYCC_T81_COMPRESSION = 0x200, T30_SUPPORT_SYCC_T81_COMPRESSION = 0x200,
/*! T.88 monochrome JBIG2 compression */ /*! T.88 monochrome JBIG2 compression */
T30_SUPPORT_T88_COMPRESSION = 0x400, T30_SUPPORT_T88_COMPRESSION = 0x400
/*! Dither a gray scale image down a simple bilevel image, with rescaling to fit a FAX page */
T30_SUPPORT_GRAY_TO_BILEVEL = 0x10000000,
/*! Dither a colour image down a simple bilevel image, with rescaling to fit a FAX page */
T30_SUPPORT_COLOUR_TO_BILEVEL = 0x20000000
}; };
/*! Dither a gray scale image down a simple bilevel image, with rescaling to fit a FAX page */
#define T30_SUPPORT_GRAY_TO_BILEVEL 0x10000000
/*! Dither a colour image down a simple bilevel image, with rescaling to fit a FAX page */
#define T30_SUPPORT_COLOUR_TO_BILEVEL 0x20000000
enum enum
{ {