changeset 4181:580d2c397251 libavcodec

zigzag_direct_noperm doesn't exist, remove declaration
author mru
date Sun, 12 Nov 2006 23:35:49 +0000
parents 85e1f5ceb97e
children 17d005bf07f2
files i386/mpegvideo_mmx.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;