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.
1 parent d7504ec commit 9d45f15Copy full SHA for 9d45f15
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