[FFmpeg-cvslog] r10649 - trunk/libavcodec/sparc/dsputil_vis.c

reimar subversion
Tue Oct 2 21:51:18 CEST 2007


Author: reimar
Date: Tue Oct  2 21:51:18 2007
New Revision: 10649

Log:
Hopefully fix sparc compilation again, add incorrectly removed variable declaration


Modified:
   trunk/libavcodec/sparc/dsputil_vis.c

Modified: trunk/libavcodec/sparc/dsputil_vis.c
==============================================================================
--- trunk/libavcodec/sparc/dsputil_vis.c	(original)
+++ trunk/libavcodec/sparc/dsputil_vis.c	Tue Oct  2 21:51:18 2007
@@ -3990,6 +3990,7 @@ static void MC_avg_no_round_xy_8_vis (ui
 
 static int vis_level ()
 {
+    int accel = 0;
     accel |= ACCEL_SPARC_VIS;
     accel |= ACCEL_SPARC_VIS2;
     return accel;




More information about the ffmpeg-cvslog mailing list