mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 17:40:23 +00:00
configure: fail if OpenCV requested but not found
This commit is contained in:
@@ -1364,6 +1364,10 @@ else
|
||||
opencv_version=
|
||||
fi
|
||||
|
||||
if test "$opencv" = no && test "$opencv_req" = yes; then
|
||||
AC_MSG_ERROR([OpenCV dependencies not found!]);
|
||||
fi
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# RTSP capture stuff
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user