pkgsrc/graphics/unicap/patches/patch-aa
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
397 B
Text

$NetBSD: patch-aa,v 1.2 2009/01/08 01:08:37 jmcneill Exp $
--- libucil/colorspace.c.orig 2008-10-01 04:14:46.000000000 -0400
+++ libucil/colorspace.c
@@ -25,7 +25,12 @@
#endif //HAVE_AVCODEC
#include <sys/types.h>
+#ifdef __linux__
#include <linux/types.h>
+#elif defined(__NetBSD__)
+/* for __uN/__sN typedefs */
+#include <sys/videoio.h>
+#endif
#include <glib.h>
#include <string.h>