From 095c22ac452e85d3cc44dad652e167ab3326cecf Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 13 Nov 2007 00:48:24 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20unused=20variable,=20fixes=20the=20war?= =?UTF-8?q?ning:=20ppc/vc1dsp=5Faltivec.c:=20In=20function=20=E2=80=98vc1?= =?UTF-8?q?=5Finv=5Ftrans=5F8x8=5Faltivec=E2=80=99:=20ppc/vc1dsp=5Faltivec?= =?UTF-8?q?.c:141:=20warning:=20unused=20variable=20=E2=80=98vec=5F5?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 11006 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/vc1dsp_altivec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/ppc/vc1dsp_altivec.c b/libavcodec/ppc/vc1dsp_altivec.c index c00f80f1e0..b8e3a5d125 100644 --- a/libavcodec/ppc/vc1dsp_altivec.c +++ b/libavcodec/ppc/vc1dsp_altivec.c @@ -138,7 +138,6 @@ static void vc1_inv_trans_8x8_altivec(DCTELEM block[64]) vector signed int t0, t1, t2, t3, t4, t5, t6, t7; const vector signed int vec_64 = vec_sl(vec_splat_s32(4), vec_splat_u32(4)); const vector unsigned int vec_7 = vec_splat_u32(7); - const vector unsigned int vec_5 = vec_splat_u32(5); const vector unsigned int vec_4 = vec_splat_u32(4); const vector signed int vec_4s = vec_splat_s32(4); const vector unsigned int vec_3 = vec_splat_u32(3);