summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/mpa.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-08-04 09:49:56 -0400
committerSolomon Peachy <pizza@shaftnet.org>2022-10-02 11:57:20 -0400
commitd25d24812e8120c0eb133a412287ac030eb185c9 (patch)
treed1c336d5d81c39366672c86f30c484f96e24a469 /lib/rbcodec/codecs/mpa.c
parent9ce5b2a2eda5c7101898476adaa3533e0ba5db82 (diff)
downloadrockbox-d25d24812e8120c0eb133a412287ac030eb185c9.tar.gz
rockbox-d25d24812e8120c0eb133a412287ac030eb185c9.zip
RFC: Get rid of mpegplayer plugin
It might have made sense once upon a time, but in today's world... Change-Id: I5d638e6f7a2308c50ab12bd901338f02cf426aae
Diffstat (limited to 'lib/rbcodec/codecs/mpa.c')
-rw-r--r--lib/rbcodec/codecs/mpa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/mpa.c b/lib/rbcodec/codecs/mpa.c
index d6bcc04910..db33f17c3b 100644
--- a/lib/rbcodec/codecs/mpa.c
+++ b/lib/rbcodec/codecs/mpa.c
@@ -26,7 +26,7 @@
26 26
27CODEC_HEADER 27CODEC_HEADER
28 28
29#if NUM_CORES > 1 && !defined(MPEGPLAYER) 29#if NUM_CORES > 1
30#define MPA_SYNTH_ON_COP 30#define MPA_SYNTH_ON_COP
31#endif 31#endif
32 32