Define TJ_411 so that VirtualGL <= 2.1.x and TurboVNC <= 0.6 can be built with the libjpeg-turbo SDK

This commit is contained in:
DRC
2010-05-17 16:42:14 +00:00
parent 8b4725152d
commit d40bcf1723

View File

@@ -25,6 +25,8 @@
#define NUMSUBOPT 4 #define NUMSUBOPT 4
enum {TJ_444=0, TJ_422, TJ_420, TJ_GRAYSCALE}; enum {TJ_444=0, TJ_422, TJ_420, TJ_GRAYSCALE};
#define TJ_411 TJ_420 /* for backward compatibility with VirtualGL <= 2.1.x,
TurboVNC <= 0.6, and TurboJPEG/IPP */
/* Flags */ /* Flags */
#define TJ_BGR 1 #define TJ_BGR 1