Skip to content

Commit 24f4d98

Browse files
authored
Merge pull request #4380 from jepler/rp2040-audiomp3
raspberrypi: Enable mp3 playback
2 parents 0e451a1 + c95def0 commit 24f4d98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/mp3

ports/raspberrypi/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ endif
2525

2626
CIRCUITPY_FRAMEBUFFERIO = 1
2727
CIRCUITPY_FULL_BUILD = 1
28+
CIRCUITPY_AUDIOMP3 ?= 1
2829
CIRCUITPY_BITOPS = 1
2930
CIRCUITPY_PWMIO = 1
3031
CIRCUITPY_RGBMATRIX = 1
@@ -47,7 +48,6 @@ CIRCUITPY_AUDIOPWMIO ?= 1
4748

4849
# These libraries require Cortex M4+ for fancy math instructions.
4950
CIRCUITPY_AUDIOMIXER ?= 0
50-
CIRCUITPY_AUDIOMP3 ?= 0
5151

5252
INTERNAL_LIBM = 1
5353

0 commit comments

Comments
 (0)