mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
mcd, add dr_mp3 playback support
This commit is contained in:
parent
c9a715c777
commit
eba9396473
4 changed files with 71 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -245,7 +245,8 @@ OBJS += platform/common/mp3_helix.o
|
|||
else ifeq "$(HAVE_LIBAVCODEC)" "1"
|
||||
OBJS += platform/common/mp3_libavcodec.o
|
||||
else
|
||||
OBJS += platform/common/mp3_minimp3.o
|
||||
#OBJS += platform/common/mp3_minimp3.o
|
||||
OBJS += platform/common/mp3_drmp3.o
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue