mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
support mp3 decoding over libavcodec
This commit is contained in:
parent
90f0dedf83
commit
fc11dd059b
9 changed files with 342 additions and 158 deletions
|
@ -60,6 +60,7 @@ include $(R)platform/common/common.mak
|
|||
|
||||
LOCAL_SRC_FILES += $(SRCS_COMMON)
|
||||
LOCAL_SRC_FILES += $(R)platform/libretro.c
|
||||
LOCAL_SRC_FILES += $(R)platform/common/mp3.c
|
||||
LOCAL_SRC_FILES += $(R)platform/common/mp3_dummy.c
|
||||
|
||||
# zlib/unzip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue