head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q1:1.2.0.4 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 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.3 date 2009.05.25.20.56.38; author drochner; state dead; branches; next 1.2; 1.2 date 2008.12.18.16.19.08; author bjs; state Exp; branches; next 1.1; 1.1 date 2008.07.30.21.46.04; author ahoka; state Exp; branches; next ; desc @@ 1.3 log @update to the 20090326 snapshot. This is not absolutely new, but there was a period of relative quietness in x264 development, and I've been testing this snapshot for some weeks (on i386). There are too many changes to list here. @ text @$NetBSD: patch-aj,v 1.2 2008/12/18 16:19:08 bjs Exp $ --- common/cpu.c.orig 2008-12-13 06:09:00.000000000 -0500 +++ common/cpu.c @@@@ -226,7 +226,7 @@@@ uint32_t x264_cpu_detect( void ) return cpu; } -#elif defined( SYS_LINUX ) +#elif defined(SYS_LINUX) || defined(SYS_NETBSD) #include #include static sigjmp_buf jmpbuf; @ 1.2 log @Update to 20081218 snapshot. There is no NEWS file or list of changes; please see the repository for more information. I'm doing this update our version is over a year old and some software is starting to require a newer version. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.1 2008/07/30 21:46:04 ahoka Exp $ @ 1.1 log @I missed this change in my previous commit. Should build OK on PPC now. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- common/cpu.c.orig 2007-12-18 22:45:03.000000000 +0100 d5 1 a5 1 @@@@ -154,7 +154,7 @@@@ uint32_t x264_cpu_detect( void ) d10 1 a10 1 +#elif defined(SYS_LINUX) || defined(__NetBSD__) @