OSDN Git Service

100l, and another one because it boils out with ICE under gcc 3.2.3
authorAlex Beregszaszi <alex@rtfs.hu>
Mon, 26 Apr 2004 08:30:56 +0000 (08:30 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Mon, 26 Apr 2004 08:30:56 +0000 (08:30 +0000)
Originally committed as revision 3073 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ppc/dsputil_altivec.c

index 1bc6fb0..0a52bb3 100644 (file)
@@ -1329,6 +1329,7 @@ POWERPC_PERF_START_COUNT(altivec_hadamard8_diff8x8_num, 1);
        0x00, 0x01, 0x02, 0x03,
        0x04, 0x05, 0x06, 0x07);
 #else
+  {
     register const_vector signed short vprod1 = (const_vector signed short){ 1,-1, 1,-1, 1,-1, 1,-1};
     register const_vector signed short vprod2 = (const_vector signed short){ 1, 1,-1,-1, 1, 1,-1,-1};
     register const_vector signed short vprod3 = (const_vector signed short){ 1, 1, 1, 1,-1,-1,-1,-1};