mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 15:42:28 -05:00
Revert "RFC: Get rid of mpegplayer plugin"
This reverts commit d25d24812e.
Change-Id: I1563223e343fb1e2eda72a45823b38350025ff93
This commit is contained in:
parent
418169aff8
commit
9d3d925295
60 changed files with 21189 additions and 5 deletions
15
apps/plugins/mpegplayer/libmpeg2/mpeg2dec_config.h
Normal file
15
apps/plugins/mpegplayer/libmpeg2/mpeg2dec_config.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* $Id$ */
|
||||
#ifndef MPEG2DEC_CONFIG_H
|
||||
#define MPEG2DEC_CONFIG_H
|
||||
|
||||
#define ATTRIBUTE_ALIGNED_MAX 16
|
||||
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
#define MPEG2_COLOR 1
|
||||
#define MPEG2_COMPONENTS 3
|
||||
#else
|
||||
#define MPEG2_COLOR 0
|
||||
#define MPEG2_COMPONENTS 1
|
||||
#endif
|
||||
|
||||
#endif /* MPEG2DEC_CONFIG_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue