MythTV
master
mythtv
libs
libmythtv
visualisations
goom
goomconfig.h
Go to the documentation of this file.
1
2
//#define VERSION "1.9.2"
3
//#define _DEBUG
4
5
#define COLOR_BGRA
6
//#define COLOR_ARGB
7
8
#ifdef COLOR_BGRA
9
10
#define ROUGE 2
11
#define BLEU 0
12
#define VERT 1
13
#define ALPHA 3
14
#else
15
#define ROUGE 1
16
#define BLEU 3
17
#define VERT 2
18
#define ALPHA 0
19
#endif
20
21
22
// target
23
#define XMMS_PLUGIN
24
//#define STANDALONE
25
26
//#define POWERPC
27
28
//#define HAVE_ATHLON
29
30
//#define VERBOSE
31
32
#ifndef guint32
33
#define guint8 unsigned char
34
#define guin16 unsigned short
35
#define guint32 unsigned int
36
#define gint8 signed char
37
#define gint16 signed short int
38
#define gint32 signed int
39
#endif
Generated on Mon Nov 25 2024 03:16:13 for MythTV by
1.8.17