First time here? Check out the FAQ!
answered 2016-08-20 06:57:07 -0600
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)