forked from len0rd/rockbox
RFC: Get rid of mpegplayer plugin
It might have made sense once upon a time, but in today's world... Change-Id: I5d638e6f7a2308c50ab12bd901338f02cf426aae
This commit is contained in:
parent
9ce5b2a2ed
commit
d25d24812e
60 changed files with 5 additions and 21189 deletions
|
@ -35,10 +35,9 @@
|
|||
#define ICODE_ATTR_MPA_SYNTH
|
||||
#define ICONST_ATTR_MPA_HUFFMAN
|
||||
#else
|
||||
/* Code performs slower in IRAM on PP502x and there is no space in
|
||||
mpegplayer on the PP5002. S3C2440 doesn't have any IRAM available for
|
||||
codecs */
|
||||
#if defined(CPU_PP502x) || (CONFIG_CPU == PP5002 && defined(MPEGPLAYER))
|
||||
/* Code performs slower in IRAM on PP502x
|
||||
S3C2440 doesn't have any IRAM available for codecs */
|
||||
#if defined(CPU_PP502x)
|
||||
#define ICODE_SECTION_MPA_ARM .text
|
||||
#define ICODE_ATTR_MPA_SYNTH
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue