ubuntu编译dvgrab会少一些库(libiec61883-dev, libavc1394-dev),安装这些库有些麻烦,下面是我安装的步骤:
1.编辑/etc/apt/sources.list文档,在最后两行添加更新源:
deb http://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus noarch classic
deb http://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus x86_64 classic
2.更新库
# sudo apt-get update
3.安装库
# sudo apt-get install libiec61883-dev libavc1394-dev
4.编译dvgrab时还是会有挺多error,需要手动添加一些头文件,祝好~