diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2004-04-26 08:30:56 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2004-04-26 08:30:56 +0000 |
commit | d65f20b1ead61e5f836643c35af9a025062a9cef (patch) | |
tree | 2e5cb2f33de5d40a3c9f6b9ee8349efaaadcc74a /libavcodec | |
parent | 75b4f3c6d609584f7994b872cf93ed6b7c34a35c (diff) | |
download | ffmpeg-d65f20b1ead61e5f836643c35af9a025062a9cef.tar.gz |
100l, and another one because it boils out with ICE under gcc 3.2.3
Originally committed as revision 3073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ppc/dsputil_altivec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ppc/dsputil_altivec.c b/libavcodec/ppc/dsputil_altivec.c index 1bc6fb009c..0a52bb3870 100644 --- a/libavcodec/ppc/dsputil_altivec.c +++ b/libavcodec/ppc/dsputil_altivec.c @@ -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}; |