Add HAVE_VIDEOPROCESSOR switch
This commit is contained in:
parent
93bd541492
commit
532d1b34bb
|
@ -496,7 +496,7 @@ if [ "$HAVE_THREADS" = 'no' ] && [ "HAVE_LIBUSB" != 'no' ]; then
|
||||||
echo "Notice: Threads are not available, libusb will also be disabled."
|
echo "Notice: Threads are not available, libusb will also be disabled."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$HAVE_V4L2" != 'no' ]; then
|
if [ "$HAVE_V4L2" != 'no' ] && [ "HAVE_VIDEOPROCESSOR" != 'no' ]; then
|
||||||
HAVE_VIDEO_PROCESSOR=yes
|
HAVE_VIDEO_PROCESSOR=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -97,3 +97,4 @@ HAVE_RTGA=yes # RTGA support
|
||||||
HAVE_HID=yes # Low-level HID (Human Interface Device) support
|
HAVE_HID=yes # Low-level HID (Human Interface Device) support
|
||||||
HAVE_LANGEXTRA=yes # Multi-language support
|
HAVE_LANGEXTRA=yes # Multi-language support
|
||||||
HAVE_OSMESA=no # Off-screen Mesa rendering
|
HAVE_OSMESA=no # Off-screen Mesa rendering
|
||||||
|
HAVE_VIDEOPROCESSOR=auto # Enable video processor core
|
||||||
|
|
Loading…
Reference in New Issue