I\'m trying to install OpenCV in Ubuntu 14.10 according to instruction. I installed all mentioned dependencies, but when I\'m trying to run make I get such erro
make
You can try to build without a ffmpeg:
cmake -DCMAKE_BUILD_TYPE=RELEASE -DWITH_FFMPEG=OFF .. make sudo make install