How to cross compile OpenCV with ffmpeg
I am trying to cross compile Opencv with ffmpeg with platforms/linux/arm-gnueabi.toolchain.cmake toolchain file.
I have successfully compiled opencv with this toolchain file. But no matter what I do i can't get it find cross-compiled ffmpeg libraries.
There are numerous questions regarding this posted everywhere on the web but there is no concrete answer.
The problem that I am facing is very similar to http://answers.opencv.org/question/45...
I have the same problem, in the OpenCV source ffmpeg folder only has binaries, but these are opencv versions of ffmpeg, or at least a wrapper. Where is the source to the cvffmpeg?