diff options
| author | Jeff Epler <jeff@adafruit.com> | 2021-03-11 12:53:46 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-11 12:53:46 -0600 |
| commit | 24f4d981bd73d252333dee1d8c02104eff081896 (patch) | |
| tree | 1d65bced5a7113fc862379f2638aa576b0dbc386 | |
| parent | 0e451a168104e242bd12cb94a653877d54c4c638 (diff) | |
| parent | c95def0b3209f8ec66f0fb322cc4235328065ed2 (diff) | |
Merge pull request #4380 from jepler/rp2040-audiomp3
raspberrypi: Enable mp3 playback
| m--------- | lib/mp3 | 0 | ||||
| -rw-r--r-- | ports/raspberrypi/mpconfigport.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/mp3 b/lib/mp3 -Subproject bc58a654964c799e972719a63ff12694998f354 +Subproject 7a5de1ad777e95b0f4fab7bbd35678c7d319b1b diff --git a/ports/raspberrypi/mpconfigport.mk b/ports/raspberrypi/mpconfigport.mk index 03de6ce5e..338828027 100644 --- a/ports/raspberrypi/mpconfigport.mk +++ b/ports/raspberrypi/mpconfigport.mk @@ -25,6 +25,7 @@ endif CIRCUITPY_FRAMEBUFFERIO = 1 CIRCUITPY_FULL_BUILD = 1 +CIRCUITPY_AUDIOMP3 ?= 1 CIRCUITPY_BITOPS = 1 CIRCUITPY_PWMIO = 1 CIRCUITPY_RGBMATRIX = 1 @@ -47,7 +48,6 @@ CIRCUITPY_AUDIOPWMIO ?= 1 # These libraries require Cortex M4+ for fancy math instructions. CIRCUITPY_AUDIOMIXER ?= 0 -CIRCUITPY_AUDIOMP3 ?= 0 INTERNAL_LIBM = 1 |
