pkgsrc/graphics/unicap/patches/patch-ag
jmcneill ab26aff16f Update unicap to 0.9.3.
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
2009-01-08 01:08:37 +00:00

18 lines
409 B
Text

$NetBSD: patch-ag,v 1.2 2009/01/08 01:08:37 jmcneill Exp $
--- libunicapgtk/backend_xv.c.orig 2008-09-17 05:43:20.000000000 -0400
+++ libunicapgtk/backend_xv.c
@@ -20,9 +20,10 @@
#include "config.h"
#include <stdlib.h>
+#include <sys/types.h>
+#ifdef __linux__
#include <linux/types.h>
-#include <stdlib.h>
-#include <linux/types.h>
+#endif
#include <string.h>
#include <stdio.h>
#include <ctype.h>