[SCM] libav/experimental: Hopefully fix sparc compilation again, add incorrectly removed variable declaration

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:07:49 UTC 2013


The following commit has been merged in the experimental branch:
commit 17c9628b57b01aceee8460466a0f482828d3e1c7
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Tue Oct 2 19:51:18 2007 +0000

    Hopefully fix sparc compilation again, add incorrectly removed variable declaration
    
    Originally committed as revision 10649 to svn://svn.ffmpeg.org/ffmpeg/trunk

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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list