Add HAVE_VIDEOPROCESSOR switch

This commit is contained in:
twinaphex 2017-02-02 22:05:05 +01:00
parent 93bd541492
commit 532d1b34bb
2 changed files with 2 additions and 1 deletions

View file

@ -496,7 +496,7 @@ if [ "$HAVE_THREADS" = 'no' ] && [ "HAVE_LIBUSB" != 'no' ]; then
echo "Notice: Threads are not available, libusb will also be disabled."
fi
if [ "$HAVE_V4L2" != 'no' ]; then
if [ "$HAVE_V4L2" != 'no' ] && [ "HAVE_VIDEOPROCESSOR" != 'no' ]; then
HAVE_VIDEO_PROCESSOR=yes
fi

View file

@ -97,3 +97,4 @@ HAVE_RTGA=yes # RTGA support
HAVE_HID=yes # Low-level HID (Human Interface Device) support
HAVE_LANGEXTRA=yes # Multi-language support
HAVE_OSMESA=no # Off-screen Mesa rendering
HAVE_VIDEOPROCESSOR=auto # Enable video processor core