8454db596c
applications to use any supported video capture device via a single API.
15 lines
358 B
Text
15 lines
358 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2008/09/09 11:50:18 jmcneill Exp $
|
|
|
|
|
|
--- libucil/rgbops.c.orig 2008-09-08 23:05:48.000000000 -0400
|
|
+++ libucil/rgbops.c 2008-09-08 23:05:59.000000000 -0400
|
|
@@ -13,7 +13,9 @@
|
|
#include "ucil.h"
|
|
|
|
#include <sys/types.h>
|
|
+#ifdef __linux__
|
|
#include <linux/types.h>
|
|
+#endif
|
|
|
|
|
|
void ucil_blend_rgb24_a( unicap_data_buffer_t *dest,
|