changeset 1979:96cfc6393b1f libavcodec

100l, and another one because it boils out with ICE under gcc 3.2.3
author alex
date Mon, 26 Apr 2004 08:30:56 +0000
parents 6d104923f8f3
children a6972a4f90c8
files ppc/dsputil_altivec.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/dsputil_altivec.c	Mon Apr 26 00:33:59 2004 +0000
+++ b/ppc/dsputil_altivec.c	Mon Apr 26 08:30:56 2004 +0000
@@ -1329,6 +1329,7 @@
        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};