summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/libmpeg2/mpeg2dec_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/libmpeg2/mpeg2dec_config.h')
-rw-r--r--apps/plugins/mpegplayer/libmpeg2/mpeg2dec_config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/libmpeg2/mpeg2dec_config.h b/apps/plugins/mpegplayer/libmpeg2/mpeg2dec_config.h
new file mode 100644
index 0000000000..c34ee374df
--- /dev/null
+++ b/apps/plugins/mpegplayer/libmpeg2/mpeg2dec_config.h
@@ -0,0 +1,15 @@
1/* $Id$ */
2#ifndef MPEG2DEC_CONFIG_H
3#define MPEG2DEC_CONFIG_H
4
5#define ATTRIBUTE_ALIGNED_MAX 16
6
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
14
15#endif /* MPEG2DEC_CONFIG_H */