哪个库需要满足#include< linux/videodev.h> [英] Which library needed to satisfy #include <linux/videodev.h>

查看:121
本文介绍了哪个库需要满足#include< linux/videodev.h>的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在运行Raspbian Wheezy的Raspberry Pi上编译uvccapture.我需要安装什么软件包才能使gcc/make满足此要求?

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>

推荐答案

sudo apt-get install libv4l-dev

sudo apt-get install libv4l-dev

也许您还需要:

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

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

这篇关于哪个库需要满足#include&lt; linux/videodev.h&gt;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆