How to cross compile OpenCV with ffmpeg

asked 2015-04-14 01:42:13 -0600

haxan7 gravatar image

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...

edit retag flag offensive close merge delete

Comments

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?

Boogaloo gravatar imageBoogaloo ( 2016-02-10 17:07:29 -0600 )edit