We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7504ec + 9d45f15 commit 6ed571bCopy full SHA for 6ed571b
cmake/OpenCVFindLibsVideo.cmake
@@ -213,6 +213,7 @@ if(WITH_FFMPEG)
213
if(NOT __VALID_FFMPEG)
214
#message(FATAL_ERROR "FFMPEG: test check build log:\n${TRY_OUT}")
215
message(STATUS "WARNING: Can't build ffmpeg test code")
216
+ set(HAVE_FFMPEG FALSE)
217
else()
218
ocv_append_build_options(HIGHGUI FFMPEG)
219
endif()
0 commit comments