zigzag_direct_noperm doesn't exist, remove declaration

Originally committed as revision 6998 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-11-12 23:35:49 +00:00
parent 4386f9415e
commit 7466ed2f02
1 changed files with 0 additions and 1 deletions

View File

@ -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;