From 17c9628b57b01aceee8460466a0f482828d3e1c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Tue, 2 Oct 2007 19:51:18 +0000 Subject: [PATCH] Hopefully fix sparc compilation again, add incorrectly removed variable declaration Originally committed as revision 10649 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/sparc/dsputil_vis.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/sparc/dsputil_vis.c b/libavcodec/sparc/dsputil_vis.c index 374ec8d..3bfabdc 100644 --- a/libavcodec/sparc/dsputil_vis.c +++ b/libavcodec/sparc/dsputil_vis.c @@ -3990,6 +3990,7 @@ static void MC_avg_no_round_xy_8_vis (uint8_t * dest, const uint8_t * _ref, static int vis_level () { + int accel = 0; accel |= ACCEL_SPARC_VIS; accel |= ACCEL_SPARC_VIS2; return accel; -- 2.7.4