mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
Blacklist libusb and ffmpeg for C89
This commit is contained in:
parent
571c49ca87
commit
6f23bcbc0b
@ -7,6 +7,7 @@ HAVE_SDL=auto # SDL support
|
||||
HAVE_SDL2=auto # SDL2 support (disables SDL 1.x)
|
||||
C89_SDL2=no
|
||||
HAVE_LIBUSB=auto # Libusb HID support
|
||||
C89_LIBUSB=no
|
||||
HAVE_UDEV=auto # Udev/Evdev gamepad support
|
||||
HAVE_LIBRETRO= # libretro library used
|
||||
HAVE_MAN_DIR= # Manpage install directory
|
||||
@ -14,6 +15,7 @@ HAVE_GLES_LIBS= # Link flags for custom GLES library
|
||||
HAVE_GLES_CFLAGS= # C-flags for custom GLES library
|
||||
HAVE_THREADS=auto # Threading support
|
||||
HAVE_FFMPEG=auto # Enable FFmpeg recording support
|
||||
C89_FFMPEG=no
|
||||
HAVE_DYLIB=auto # Enable dynamic loading support
|
||||
HAVE_NETWORKING=auto # Enable networking features (recommended)
|
||||
HAVE_NETPLAY=auto # Enable netplay support (requires networking)
|
||||
|
Loading…
Reference in New Issue
Block a user