diff i386/mpegvideo_mmx.c @ 1597:4c9165372ab3 libavcodec

noise reduction of dct coefficients
author michael
date Sun, 02 Nov 2003 23:19:47 +0000
parents 1a9a63f59849
children 4c9fd29f1606
line wrap: on
line diff
--- a/i386/mpegvideo_mmx.c	Sun Nov 02 22:56:47 2003 +0000
+++ b/i386/mpegvideo_mmx.c	Sun Nov 02 23:19:47 2003 +0000
@@ -495,6 +495,7 @@
 
 #define HAVE_MMX2
 #undef RENAME
+#undef RENAMEl
 #define RENAME(a) a ## _MMX2
 #define RENAMEl(a) a ## _mmx2
 #include "mpegvideo_mmx_template.c"