diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-10-02 19:51:18 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-10-02 19:51:18 +0000 |
commit | 17c9628b57b01aceee8460466a0f482828d3e1c7 (patch) | |
tree | 3f5cd0c6b78ca3bcf422fce7a22d829e7b900d42 /libavcodec/sparc | |
parent | d9a5dab2da1220b5bec718d343ecc30e22084676 (diff) | |
download | ffmpeg-17c9628b57b01aceee8460466a0f482828d3e1c7.tar.gz |
Hopefully fix sparc compilation again, add incorrectly removed variable declaration
Originally committed as revision 10649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/sparc')
-rw-r--r-- | libavcodec/sparc/dsputil_vis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/sparc/dsputil_vis.c b/libavcodec/sparc/dsputil_vis.c index 374ec8dc1b..3bfabdc1b3 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; |