diff src/ffmpeg/libavcodec/dsputil.c @ 817:b3b7a4e480b2 trunk

[svn] - make this compile again
author nenolod
date Mon, 12 Mar 2007 13:14:40 -0700
parents 23a5aa2c545c
children 52c45849841e
line wrap: on
line diff
--- a/src/ffmpeg/libavcodec/dsputil.c	Mon Mar 12 13:11:29 2007 -0700
+++ b/src/ffmpeg/libavcodec/dsputil.c	Mon Mar 12 13:14:40 2007 -0700
@@ -57,7 +57,7 @@
 };
 
 /* not permutated inverse zigzag_direct + 1 for MMX quantizer */
-uint16_t __align8 inv_zigzag_direct16[64];
+uint16_t inv_zigzag_direct16[64];
 
 const uint8_t ff_alternate_horizontal_scan[64] = {
     0,  1,   2,  3,  8,  9, 16, 17,