fix red.
[kugel-rb.git] / apps / plugins / mpegplayer / mpeg2dec_config.h
blobc34ee374df9162a33a4d5ecf128c06f7ada245fd
1 /* $Id$ */
2 #ifndef MPEG2DEC_CONFIG_H
3 #define MPEG2DEC_CONFIG_H
5 #define ATTRIBUTE_ALIGNED_MAX 16
7 #ifdef HAVE_LCD_COLOR
8 #define MPEG2_COLOR 1
9 #define MPEG2_COMPONENTS 3
10 #else
11 #define MPEG2_COLOR 0
12 #define MPEG2_COMPONENTS 1
13 #endif
15 #endif /* MPEG2DEC_CONFIG_H */