compiling openCV2: how to specify the location of the ffmpeg libraries?
Hi,
I am trying to recompile OpenCV2. I have installed FFMPEG in /usr/local
. I am more familiar with the ./configure
scripts than with cmake
. Do you know how to specify FFMPEG's prefix with cmake
?
thanks!