compile opencv2.3.1 in ubuntu 11.10

你。 提交于 2019-12-01 23:27:16

Check your LD_LIBRARY_PATH and PKG_CONFIG_PATH, along with the location you installed ffmpeg to.

See here for more information on the steps.

Thanks to @karlphillip and @Appleman1234, and I solved my problem finally. The key is remove the /release directory that contains the cmake information and do the recompile from scratch, i.e. mkdir ./release, cd ./release, cmake, make and make install. BTW,ffmpeg is required 0.8+,and mine is 0.8.1.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!