File: use-correct-videodev

package info (click to toggle)
dov4l 0.9%2Brepack-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 116 kB
  • ctags: 31
  • sloc: ansic: 940; makefile: 61
file content (15 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Use correct include file for videodev.

Thanks to Bart Martens <bartm@debian.org> for correcting this on Sept
30 2011.
--- a/dov4l.c
+++ b/dov4l.c
@@ -8,7 +8,7 @@
 #include <unistd.h>
 #include <sys/ioctl.h>
 #define _LINUX_TIME_H 1
-#include <linux/videodev.h>
+#include <libv4l1-videodev.h>
 
 #define M_S 0	/* set */
 #define M_Q 1	/* query */