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
15 lines
341 B
Text
15 lines
341 B
Text
$NetBSD: patch-af,v 1.2 2009/01/08 01:08:37 jmcneill Exp $
|
|
|
|
|
|
--- libucil/ucil_rawavi.c.orig 2008-08-20 12:31:37.000000000 -0400
|
|
+++ libucil/ucil_rawavi.c
|
|
@@ -27,7 +27,9 @@
|
|
#include <arpa/inet.h>
|
|
|
|
#include <sys/types.h>
|
|
+#ifdef __linux__
|
|
#include <linux/types.h>
|
|
+#endif
|
|
#include <semaphore.h>
|
|
#include <pthread.h>
|
|
#include <stdarg.h>
|