head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.14 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.12 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.10 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.8 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.6 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.4 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.2 pkgsrc-2008Q3-base:1.2 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 2008.09.22.23.36.54; author jmcneill; state dead; branches; next 1.1; 1.1 date 2008.09.12.13.18.26; author jmcneill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.09.12.13.18.26; author jmcneill; state Exp; branches; next ; desc @@ 1.2 log @Update to stable release 2.4.1. @ text @$NetBSD: patch-ba,v 1.1 2008/09/12 13:18:26 jmcneill Exp $ --- plugins/vidinput_v4l2/vidinput_v4l2.h.orig 2008-06-04 17:00:30.000000000 -0400 +++ plugins/vidinput_v4l2/vidinput_v4l2.h 2008-09-08 15:43:23.000000000 -0400 @@@@ -31,7 +31,6 @@@@ #define _PVIDEOIOV4L2 -#include #include #include @@@@ -39,12 +38,16 @@@@ #include #include -#ifdef SOLARIS +#if defined(SOLARIS) #include +#elif defined(__OpenBSD__) || defined(__NetBSD__) +#include #else #include #endif +#include + #ifndef V4L2_PIX_FMT_SBGGR8 #define V4L2_PIX_FMT_SBGGR8 v4l2_fourcc('B','A','8','1') /* 8 BGBG.. GRGR.. */ #endif @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @PTLib is a multi-platform C++ class library. Programs based on PTLib can run on both Microsoft Windows and Unix/Linux. The library contains both the "basic" classes (strings, arrays, lists) and the higher-level functionality (networking, multi-threading). @ text @@