Mercurial > mplayer.hg
changeset 1437:4fa90be8da03
made mmx/mmxext idct public -> now libavcodec can use it
author | arpi |
---|---|
date | Fri, 03 Aug 2001 18:46:08 +0000 |
parents | 42bd7f4c500b |
children | 007b1ddd01e8 |
files | libmpeg2/idct_mmx.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpeg2/idct_mmx.c Fri Aug 03 18:34:59 2001 +0000 +++ b/libmpeg2/idct_mmx.c Fri Aug 03 18:46:08 2001 +0000 @@ -551,7 +551,7 @@ #define declare_idct(idct,table,idct_row_head,idct_row,idct_row_tail,idct_row_mid) \ -static inline void idct (int16_t * block) \ +inline void idct (int16_t * block) \ { \ static int16_t table04[] ATTR_ALIGN(16) = \ table (22725, 21407, 19266, 16384, 12873, 8867, 4520); \