diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-12 23:35:49 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-12 23:35:49 +0000 |
commit | 7466ed2f0240e969890d9828c322db1b60c3c5ad (patch) | |
tree | 3a4996645a2142fcfb3d79d0f91fc497162dc760 /libavcodec | |
parent | 4386f9415e632704e3883d42aa80f0773b135d12 (diff) | |
download | ffmpeg-7466ed2f0240e969890d9828c322db1b60c3c5ad.tar.gz |
zigzag_direct_noperm doesn't exist, remove declaration
Originally committed as revision 6998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/i386/mpegvideo_mmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/i386/mpegvideo_mmx.c b/libavcodec/i386/mpegvideo_mmx.c index da202bb636..1b7b1c19f4 100644 --- a/libavcodec/i386/mpegvideo_mmx.c +++ b/libavcodec/i386/mpegvideo_mmx.c @@ -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; |