1 Star 0 Fork 12

brsf11/v4l-utils

forked from src-openEuler/v4l-utils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
v4l-utils-sysmacros.patch 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
brsf11 提交于 2022-06-19 12:01 . fix sysmacros.patch
--- v4l-utils-1.22.1/lib/libv4lconvert/control/libv4lcontrol.c.orig 2022-06-19 11:57:37.583428646 +0800
+++ v4l-utils-1.22.1/lib/libv4lconvert/control/libv4lcontrol.c 2022-06-19 11:58:10.300009088 +0800
@@ -20,9 +20,7 @@
*/
#include <sys/types.h>
-#ifndef __OpenBSD__
#include <sys/sysmacros.h>
-#endif
#include <sys/mman.h>
#include <fcntl.h>
#include <sys/stat.h>
--- v4l-utils-1.22.1/utils/v4l2-ctl/v4l2-ctl.cpp.orig 2022-06-19 11:59:49.183081794 +0800
+++ v4l-utils-1.22.1/utils/v4l2-ctl/v4l2-ctl.cpp 2022-06-19 12:00:12.733019697 +0800
@@ -25,6 +25,7 @@
#include <dirent.h>
#include <getopt.h>
#include <sys/epoll.h>
+#include <sys/sysmacros.h>
#include <linux/media.h>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/brsf11/v4l-utils.git
[email protected]:brsf11/v4l-utils.git
brsf11
v4l-utils
v4l-utils
master

搜索帮助