changeset 5758:a73ecbffc421 libavcodec

Hopefully fix sparc compilation again, add incorrectly removed variable declaration
author reimar
date Tue, 02 Oct 2007 19:51:18 +0000
parents ace63c809071
children b526d558cb20
files sparc/dsputil_vis.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sparc/dsputil_vis.c	Tue Oct 02 18:18:35 2007 +0000
+++ b/sparc/dsputil_vis.c	Tue Oct 02 19:51:18 2007 +0000
@@ -3990,6 +3990,7 @@
 
 static int vis_level ()
 {
+    int accel = 0;
     accel |= ACCEL_SPARC_VIS;
     accel |= ACCEL_SPARC_VIS2;
     return accel;