mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Try to fix build
This commit is contained in:
parent
f1a8c07dfe
commit
02c3fa8eb3
@ -53,7 +53,7 @@ ifeq ($(GRIFFIN_BUILD), 1)
|
|||||||
DEFINES += -DHAVE_GRIFFIN=1 -DHAVE_MENU -DHAVE_CONFIGFILE -DHAVE_RGUI -DHAVE_XMB -DHAVE_MATERIALUI -DHAVE_LIBRETRODB -DHAVE_CC_RESAMPLER
|
DEFINES += -DHAVE_GRIFFIN=1 -DHAVE_MENU -DHAVE_CONFIGFILE -DHAVE_RGUI -DHAVE_XMB -DHAVE_MATERIALUI -DHAVE_LIBRETRODB -DHAVE_CC_RESAMPLER
|
||||||
DEFINES += -DHAVE_ZLIB -DHAVE_7ZIP -DHAVE_RPNG -DHAVE_RJPEG -DHAVE_RBMP -DHAVE_RTGA
|
DEFINES += -DHAVE_ZLIB -DHAVE_7ZIP -DHAVE_RPNG -DHAVE_RJPEG -DHAVE_RBMP -DHAVE_RTGA
|
||||||
DEFINES += -DHAVE_NETWORKING -DHAVE_CHEEVOS -DRC_DISABLE_LUA
|
DEFINES += -DHAVE_NETWORKING -DHAVE_CHEEVOS -DRC_DISABLE_LUA
|
||||||
DEFINES += -DHAVE_PATCH
|
DEFINES += -DHAVE_PATCH -DHAVE_RWAV
|
||||||
#DEFINES += -DHAVE_SOCKET_LEGACY -DHAVE_THREADS
|
#DEFINES += -DHAVE_SOCKET_LEGACY -DHAVE_THREADS
|
||||||
#-DHAVE_SSL -DHAVE_BUILTINMBEDTLS -DMBEDTLS_SSL_DEBUG_ALL
|
#-DHAVE_SSL -DHAVE_BUILTINMBEDTLS -DMBEDTLS_SSL_DEBUG_ALL
|
||||||
#ssl is currently incompatible with griffin due to use of the "static" flag on repeating functions that will conflict when included in one file
|
#ssl is currently incompatible with griffin due to use of the "static" flag on repeating functions that will conflict when included in one file
|
||||||
@ -75,6 +75,8 @@ else
|
|||||||
HAVE_STATIC_VIDEO_FILTERS = 1
|
HAVE_STATIC_VIDEO_FILTERS = 1
|
||||||
HAVE_STATIC_AUDIO_FILTERS = 1
|
HAVE_STATIC_AUDIO_FILTERS = 1
|
||||||
HAVE_PATCH = 1
|
HAVE_PATCH = 1
|
||||||
|
HAVE_AUDIOMIXER = 1
|
||||||
|
HAVE_RWAV = 1
|
||||||
#HAVE_NETWORKING = 1
|
#HAVE_NETWORKING = 1
|
||||||
#HAVE_CHEEVOS = 1
|
#HAVE_CHEEVOS = 1
|
||||||
#HAVE_SOCKET_LEGACY = 1
|
#HAVE_SOCKET_LEGACY = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user