mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
mcd, add minimp3 playback support, fix libavcodec playback
This commit is contained in:
parent
08bbe7f816
commit
faedc4f1e2
6 changed files with 133 additions and 30 deletions
3
Makefile
3
Makefile
|
@ -205,12 +205,11 @@ endif # USE_FRONTEND
|
|||
|
||||
OBJS += platform/common/mp3.o platform/common/mp3_sync.o
|
||||
ifeq "$(PLATFORM_MP3)" "1"
|
||||
platform/common/mp3_helix.o: CFLAGS += -Iplatform/libpicofe
|
||||
OBJS += platform/common/mp3_helix.o
|
||||
else ifeq "$(HAVE_LIBAVCODEC)" "1"
|
||||
OBJS += platform/common/mp3_libavcodec.o
|
||||
else
|
||||
OBJS += platform/common/mp3_dummy.o
|
||||
OBJS += platform/common/mp3_minimp3.o
|
||||
endif
|
||||
|
||||
ifeq "$(PLATFORM_ZLIB)" "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue