aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/v4l-utils/files/patch-qv4l2__v4l2-api.h
blob: 3b5df556261a60174c5de423c775ffb9760d16a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./qv4l2/v4l2-api.h.orig 2011-02-09 23:04:27.000000000 +0100
+++ ./qv4l2/v4l2-api.h  2011-06-03 19:08:13.000000000 +0200
@@ -24,6 +24,10 @@
 #include <linux/videodev2.h>
 #include <libv4lconvert.h>
 
+#ifdef __FreeBSD__
+typedef off_t __off64_t;
+#endif
+
 class v4l2
 {
 public: