xine-lib
1.2.10
xine-lib-1.2.10
src
post
goom
goom_config.h
Go to the documentation of this file.
1
#ifdef HAVE_CONFIG_H
2
#include "
config.h
"
3
#endif
4
5
#if WORDS_BIGENDIAN
6
#define COLOR_ARGB
7
#else
8
#define COLOR_BGRA
9
#endif
10
11
#if 1
12
/* ndef COLOR_BGRA */
14
#define BLEU 0
15
#define VERT 1
16
#define ROUGE 2
17
#define ALPHA 3
18
#else
19
#define ROUGE 1
20
#define BLEU 3
21
#define VERT 2
22
#define ALPHA 0
23
#endif
24
25
#ifndef guint32
26
#define guint8 unsigned char
27
#define guin16 unsigned short
28
#define guint32 unsigned int
29
#define gint8 signed char
30
#define gint16 signed short int
31
#define gint32 signed int
32
#endif
config.h
Generated by
1.8.17