安装libva时报错
1、make时提示:exec: g++: not found
解决方案:安装gcc-c++
yum install -y gcc-c++
2、make时报错
libtool: link: unsupported hardcode properties
libtool: link: See the libtool documentation for more information.
libtool: link: Fatal configuration error.
重新configure一下,再make