mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fix Typo
This commit is contained in:
parent
731b517be1
commit
14a26cd5e1
@ -316,7 +316,7 @@ if (ENABLE_V4L2)
|
|||||||
else()
|
else()
|
||||||
message( STATUS "JPEG library not found, MJPEG camera format won't work in V4L2 grabber.")
|
message( STATUS "JPEG library not found, MJPEG camera format won't work in V4L2 grabber.")
|
||||||
endif()
|
endif()
|
||||||
endif (TurboJPEG_FOUND)
|
endif (TURBOJPEG_FOUND)
|
||||||
|
|
||||||
|
|
||||||
if (TURBOJPEG_FOUND OR JPEG_FOUND)
|
if (TURBOJPEG_FOUND OR JPEG_FOUND)
|
||||||
|
Loading…
Reference in New Issue
Block a user