head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.1.1.1.0.6 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.4 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.2 cube-native-xorg-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2009.01.08.01.08.37; author jmcneill; state dead; branches; next 1.1; 1.1 date 2008.09.09.11.50.18; author jmcneill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.09.09.11.50.18; author jmcneill; state Exp; branches; next ; desc @@ 1.2 log @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 @ text @$NetBSD: patch-ao,v 1.1 2008/09/09 11:50:18 jmcneill Exp $ --- cpi/v4l2/isight.c.orig 2008-09-08 23:20:31.000000000 -0400 +++ cpi/v4l2/isight.c 2008-09-08 23:20:46.000000000 -0400 @@@@ -12,7 +12,6 @@@@ #include #include -#include #include #include #include @@@@ -20,7 +19,12 @@@@ #include #include #include +#ifdef __linux__ +#include #include +#elif defined(__NetBSD__) +#include +#endif #include "uvc_compat.h" @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @unicap provides a uniform interface to video capture devices. It allows applications to use any supported video capture device via a single API. @ text @@