Hi, is there a way to build OpenCV with FFMpeg for iOS? I need a way to process rtsp stream on iPhone with OpenCV. I found https://sourceforge.net/projects/ffmpeg-ios/, but how to build OpenCV with those libs? There is next line in CMakeLists.txt in the root of OpenCV repo
OCV_OPTION(WITH_FFMPEG "Include FFMPEG support" ON IF (NOT ANDROID AND NOT IOS AND NOT WINRT) )
Please suggest, thx