diff options
Diffstat (limited to 'src/post/goom/goom_config.h')
-rw-r--r-- | src/post/goom/goom_config.h | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/src/post/goom/goom_config.h b/src/post/goom/goom_config.h index 3c9b2c2c8..5f6f15893 100644 --- a/src/post/goom/goom_config.h +++ b/src/post/goom/goom_config.h @@ -1,15 +1,15 @@ - -//#define VERSION "1.9.2" -//#define _DEBUG - +#if WORDS_BIGENDIAN +#define COLOR_ARGB +#else #define COLOR_BGRA -//#define COLOR_ARGB +#endif -#ifdef COLOR_BGRA +#if 1 +/* ndef COLOR_BGRA */ /** position des composantes **/ - #define ROUGE 2 #define BLEU 0 #define VERT 1 + #define ROUGE 2 #define ALPHA 3 #else #define ROUGE 1 @@ -17,17 +17,6 @@ #define VERT 2 #define ALPHA 0 #endif - - -// target -//#define XMMS_PLUGIN -#define STANDALONE - -//#define POWERPC - -#define HAVE_ATHLON - -//#define VERBOSE #ifndef guint32 #define guint8 unsigned char |