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-2009Q3:1.1.0.12 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.10 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.8 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.6 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.4 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.2 cube-native-xorg-base:1.1; locks; strict; comment @# @; 1.2 date 2009.10.18.22.22.10; author ahoka; state dead; branches; next 1.1; 1.1 date 2008.09.09.01.11.53; author jmcneill; state Exp; branches; next ; desc @@ 1.2 log @Upgrade to the SVN snapshot as of 2009-10-17. The builtin libavcodec now uses yasm to assemble hand written h264 code. The older x264 we currently have in pkgsrc is not supported by mplayer, so I had to do some hand tweaking to make it work. It may contain bugs because of this, so report any fallouts with h264. @ text @$NetBSD: patch-va,v 1.1 2008/09/09 01:11:53 jmcneill Exp $ --- libavformat/v4l2.c.orig 2008-09-08 20:54:25.000000000 -0400 +++ libavformat/v4l2.c 2008-09-08 20:54:53.000000000 -0400 @@@@ -32,8 +32,13 @@@@ #include #include #include +#ifdef __linux__ #include #include +#elif defined(__NetBSD__) || defined(__OpenBSD__) +#include +#include +#endif #include static const int desired_video_buffers = 256; @ 1.1 log @Enable tv-v4l2 support on NetBSD. @ text @d1 1 a1 1 $NetBSD$ @