freebsd-ports/multimedia/v4l-utils/files/patch-qv4l2__v4l2-api.h
Koop Mast 45ab52dc76 Add v4l-utils 0.8.4.
This port contains a number of tools for manupilating v4l* devices.

Initial port of 0.8.3 by nox@, some polish and update to 0.8.4 by myself.
2011-06-25 19:13:25 +00:00

13 lines
282 B
C++

--- ./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: