comparison sparc/dsputil_vis.c @ 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 80103098c797
comparison
equal deleted inserted replaced
5757:ace63c809071 5758:a73ecbffc421
3988 #define ACCEL_SPARC_VIS 1 3988 #define ACCEL_SPARC_VIS 1
3989 #define ACCEL_SPARC_VIS2 2 3989 #define ACCEL_SPARC_VIS2 2
3990 3990
3991 static int vis_level () 3991 static int vis_level ()
3992 { 3992 {
3993 int accel = 0;
3993 accel |= ACCEL_SPARC_VIS; 3994 accel |= ACCEL_SPARC_VIS;
3994 accel |= ACCEL_SPARC_VIS2; 3995 accel |= ACCEL_SPARC_VIS2;
3995 return accel; 3996 return accel;
3996 } 3997 }
3997 3998