Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)