diff i386/mpegvideo_mmx.c @ 4181:580d2c397251 libavcodec

zigzag_direct_noperm doesn't exist, remove declaration
author mru
date Sun, 12 Nov 2006 23:35:49 +0000
parents c8c591fe26f8
children fbac0859753d
line wrap: on
line diff
--- a/i386/mpegvideo_mmx.c	Sun Nov 12 23:14:20 2006 +0000
+++ b/i386/mpegvideo_mmx.c	Sun Nov 12 23:35:49 2006 +0000
@@ -27,7 +27,6 @@
 #include "../avcodec.h"
 #include "x86_cpu.h"
 
-extern uint8_t zigzag_direct_noperm[64];
 extern uint16_t inv_zigzag_direct16[64];
 
 static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL;