Commit 9d45f156 authored by Alexander Alekhin's avatar Alexander Alekhin

cmake: fix ffmpeg check code

parent d7504eca
......@@ -213,6 +213,7 @@ if(WITH_FFMPEG)
if(NOT __VALID_FFMPEG)
#message(FATAL_ERROR "FFMPEG: test check build log:\n${TRY_OUT}")
message(STATUS "WARNING: Can't build ffmpeg test code")
set(HAVE_FFMPEG FALSE)
else()
ocv_append_build_options(HIGHGUI FFMPEG)
endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment