Don't bake in OpenAL and libcaca by default unless explicitly enabled

with configure switch.
Reasons:
* Libcaca video driver support seems half baked, can't even render RGUI
right now on Windows. Not worth the troubleshooting for regular users or
the DLL linkage (which adds to filesize) until further developed
* Better native audio driver alternatives exist for OpenAL on both Windows and Linux
This commit is contained in:
LibretroAdmin 2022-09-06 17:40:36 +02:00
parent 906d885b8e
commit bafbbc8a1a

View File

@ -14,7 +14,7 @@ HAVE_CONFIGFILE=yes # Config file support
HAVE_GDI=yes # GDI support (Win32-only)
HAVE_OPENGLES_LIBS= # Link flags for custom GLES library
HAVE_OPENGLES_CFLAGS= # C-flags for custom GLES library
HAVE_CACA=auto # Libcaca support
HAVE_CACA=no # Libcaca support
HAVE_SIXEL=auto # Libsixel support
HAVE_DEBUG=no # Enable a debug build
HAVE_LIBRETRODB=yes # Libretrodb support
@ -117,7 +117,7 @@ HAVE_AUDIOIO=auto # AudioIO support
HAVE_OSS=auto # OSS support
HAVE_RSOUND=auto # RSound support
HAVE_ROAR=auto # RoarAudio support
HAVE_AL=auto # OpenAL support
HAVE_AL=no # OpenAL support
HAVE_JACK=auto # JACK support
HAVE_COREAUDIO=auto # CoreAudio support
HAVE_COREAUDIO3=no # CoreAudio3 support