mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(Qb) Add HAVE_DR_MP3
This commit is contained in:
parent
cd9cbc0881
commit
8fe7e3f730
@ -153,8 +153,10 @@ ifneq ($(GIT_VERSION),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# General object files
|
# General object files
|
||||||
DEFINES += -DHAVE_DR_MP3
|
ifeq ($(HAVE_DR_MP3), 1)
|
||||||
|
DEFINES += -DHAVE_DR_MP3
|
||||||
DEF_FLAGS += -DHAVE_DR_MP3
|
DEF_FLAGS += -DHAVE_DR_MP3
|
||||||
|
endif
|
||||||
|
|
||||||
OBJ += frontend/frontend_driver.o \
|
OBJ += frontend/frontend_driver.o \
|
||||||
frontend/drivers/platform_null.o \
|
frontend/drivers/platform_null.o \
|
||||||
|
@ -118,6 +118,7 @@ HAVE_CHD=yes # Compile in chd support
|
|||||||
CXX_CHD=no
|
CXX_CHD=no
|
||||||
HAVE_7ZIP=yes # Compile in 7z support
|
HAVE_7ZIP=yes # Compile in 7z support
|
||||||
HAVE_FLAC=auto # Compile in flac 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_BUILTINFLAC=auto # Bake in flac support
|
||||||
HAVE_UPDATE_ASSETS=yes # Disable downloading assets with online updater
|
HAVE_UPDATE_ASSETS=yes # Disable downloading assets with online updater
|
||||||
HAVE_PRESERVE_DYLIB=no # Enable dlclose() for Valgrind support
|
HAVE_PRESERVE_DYLIB=no # Enable dlclose() for Valgrind support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user