Installing OpenCV in Ubuntu 14.10

后端 未结 3 1710
慢半拍i
慢半拍i 2020-12-30 16:26

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

3条回答
  •  温柔的废话
    2020-12-30 17:20

    You can try to build without a ffmpeg:

    cmake -DCMAKE_BUILD_TYPE=RELEASE -DWITH_FFMPEG=OFF ..
    make
    sudo make install
    

提交回复
热议问题