head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.2 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.1.0.14 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.12 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.10 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.8 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.6 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.4 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.2 pkgsrc-2009Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2011.07.18.21.00.12; author drochner; state dead; branches; next 1.2; 1.2 date 2011.01.17.16.46.42; author drochner; state Exp; branches; next 1.1; 1.1 date 2009.05.25.20.56.38; author drochner; state Exp; branches; next ; desc @@ 1.3 log @update to 20110707 a newer snapshot is needed for newer versions of ffmpeg @ text @$NetBSD: patch-an,v 1.2 2011/01/17 16:46:42 drochner Exp $ --- common/x86/predict-c.c.orig 2011-01-02 06:45:05.000000000 +0900 +++ common/x86/predict-c.c 2011-01-09 21:38:53.000000000 +0900 @@@@ -155,7 +155,7 @@@@ #endif PREDICT_16x16_P( sse2 ) -#ifdef __GNUC__ +#if 0 static void x264_predict_16x16_p_ssse3( uint8_t *src ) { int a, b, c, i00; @@@@ -215,7 +215,7 @@@@ #endif PREDICT_8x8_P( sse2 ) -#ifdef __GNUC__ +#if 0 static void x264_predict_8x8c_p_ssse3( uint8_t *src ) { int a, b, c, i00; @@@@ -418,7 +418,7 @@@@ if( !(cpu&X264_CPU_SSSE3) ) return; pf[I_PRED_16x16_H] = x264_predict_16x16_h_ssse3; -#ifdef __GNUC__ +#if 0 pf[I_PRED_16x16_P] = x264_predict_16x16_p_ssse3; #endif #endif // HIGH_BIT_DEPTH @@@@ -447,7 +447,7 @@@@ if( !(cpu&X264_CPU_SSSE3) ) return; pf[I_PRED_CHROMA_H] = x264_predict_8x8c_h_ssse3; -#ifdef __GNUC__ +#if 0 pf[I_PRED_CHROMA_P] = x264_predict_8x8c_p_ssse3; #endif #endif // !HIGH_BIT_DEPTH @ 1.2 log @update to 20110101, from Makoto Fujiwara per pkgsrc-wip (I've just put back libtool support.) needed for update of ffmpeg which in turn is needed for updates of eg vlc and gst-plugin-ffmpeg @ text @d1 1 a1 1 $NetBSD$ @ 1.1 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 @d3 3 a5 3 --- common/x86/predict-c.c.orig 2009-04-05 21:31:54.000000000 +0200 +++ common/x86/predict-c.c @@@@ -110,7 +110,7 @@@@ PREDICT_16x16_P( mmxext ) d11 1 a11 1 static void predict_16x16_p_ssse3( uint8_t *src ) d14 1 a14 1 @@@@ -170,7 +170,7 @@@@ PREDICT_8x8_P( mmxext ) d20 1 a20 1 static void predict_8x8c_p_ssse3( uint8_t *src ) d23 1 a23 1 @@@@ -394,7 +394,7 @@@@ void x264_predict_16x16_init_mmx( int cp d26 1 a26 1 pf[I_PRED_16x16_H] = predict_16x16_h_ssse3; d29 1 a29 1 pf[I_PRED_16x16_P] = predict_16x16_p_ssse3; d31 2 a32 2 } @@@@ -421,7 +421,7 @@@@ void x264_predict_8x8c_init_mmx( int cpu d35 1 a35 1 pf[I_PRED_CHROMA_H] = predict_8x8c_h_ssse3; d38 1 a38 1 pf[I_PRED_CHROMA_P] = predict_8x8c_p_ssse3; d40 1 a40 1 } @