1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

(Qb) Add HAVE_DR_MP3

This commit is contained in:
twinaphex 2019-07-20 16:42:46 +02:00
parent cd9cbc0881
commit 8fe7e3f730
2 changed files with 4 additions and 1 deletions

View File

@ -153,8 +153,10 @@ ifneq ($(GIT_VERSION),)
endif
# General object files
DEFINES += -DHAVE_DR_MP3
ifeq ($(HAVE_DR_MP3), 1)
DEFINES += -DHAVE_DR_MP3
DEF_FLAGS += -DHAVE_DR_MP3
endif
OBJ += frontend/frontend_driver.o \
frontend/drivers/platform_null.o \

View File

@ -118,6 +118,7 @@ HAVE_CHD=yes # Compile in chd support
CXX_CHD=no
HAVE_7ZIP=yes # Compile in 7z support
HAVE_FLAC=auto # Compile in flac support
HAVE_DR_MP3=yes # Compile in Dr. MP3 support
HAVE_BUILTINFLAC=auto # Bake in flac support
HAVE_UPDATE_ASSETS=yes # Disable downloading assets with online updater
HAVE_PRESERVE_DYLIB=no # Enable dlclose() for Valgrind support