0.9.3: - optionally use libv4l to support more cameras - fix installation directory of plugins for x64 systems - fix scaling of ogg/theora video - use categories for v4l2 properties 0.9.2: - Severall small bug fixes and improvements ( see ChangeLog ) - The EeePC packages got updated
18 lines
385 B
Text
18 lines
385 B
Text
$NetBSD: patch-ak,v 1.2 2009/01/08 01:08:37 jmcneill Exp $
|
|
|
|
|
|
--- cpi/v4l2cpi/uvcvideo.h.orig 2008-06-12 11:25:05.000000000 -0400
|
|
+++ cpi/v4l2cpi/uvcvideo.h
|
|
@@ -1,8 +1,12 @@
|
|
#ifndef _USB_VIDEO_H_
|
|
#define _USB_VIDEO_H_
|
|
|
|
+#ifdef __linux__
|
|
#include <linux/kernel.h>
|
|
#include <linux/videodev.h>
|
|
+#elif defined(__NetBSD__)
|
|
+#include <sys/videoio.h>
|
|
+#endif
|
|
|
|
#include "uvc_compat.h"
|
|
|