Closed
Description
Hi, can you clarify the changes needed to the opencv cmake files?
I assume that the change to the root CMakeLists.txt is to change
OCV_OPTION(WITH_FFMPEG "Include FFMPEG support" ON IF (NOT ANDROID AND NOT IOS))
to
OCV_OPTION(WITH_FFMPEG "Include FFMPEG support" ON IF (NOT IOS))
But the needed change to OpenCVFindLibsVideo.cmake is not as obvious to me.
Thanks!