Blacklist libusb and ffmpeg for C89

This commit is contained in:
twinaphex 2015-09-22 16:47:00 +02:00
parent 571c49ca87
commit 6f23bcbc0b

View File

@ -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)