Which library needed to satisfy #include <linux/videodev.h>

人盡茶涼 提交于 2019-12-07 16:31:24

问题


I'm trying to compile uvccapture on the Raspberry Pi running Raspbian Wheezy. What package do I need to install so gcc/make can satisfy this include?

#include <linux/videodev.h>

回答1:


sudo apt-get install libv4l-dev

maybe you will need also:

cd /usr/include/linux
sudo ln -s ../libv4l1-videodev.h videodev.h



来源:https://stackoverflow.com/questions/15694753/which-library-needed-to-satisfy-include-linux-videodev-h

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