How to build opencv 2.4.13 without gstreamer?
I need to build opencv 2.4.13 without gstreamer support because I failed to install some 3rd-party libraries under CentOS 7. How I can do it?
I need to build opencv 2.4.13 without gstreamer support because I failed to install some 3rd-party libraries under CentOS 7. How I can do it?
1st attempt would be, to disable gstreamer support via cmake:
cmake -DWITH_GSTREAMER=OFF [more args...]
(also, you probably should clear your build folder, so it won't mix previous artefacts with current build)
Asked: 2016-08-20 06:18:41 -0600
Seen: 1,821 times
Last updated: Aug 20 '16