1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

cmake: fix ffmpeg check code

This commit is contained in:
Alexander Alekhin
2016-12-19 00:22:16 +03:00
parent d7504ecaed
commit 9d45f15627
+1
View File
@@ -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()