summaryrefslogtreecommitdiff
path: root/libavcodec/i386
diff options
context:
space:
mode:
authorBERO <bero@geocities.co.jp>2003-05-14 15:12:13 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-05-14 15:12:13 +0000
commitd4961b35236beb67785410473442f5923ac8a488 (patch)
tree7b8474ce797d6e8b33ef0b3e6c19ff5b532ea375 /libavcodec/i386
parentb82cdc727855fc11f0110c46c39eadd00009ebc0 (diff)
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me
Originally committed as revision 1879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r--libavcodec/i386/mpegvideo_mmx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/i386/mpegvideo_mmx.c b/libavcodec/i386/mpegvideo_mmx.c
index 8e452b4991..d2f477b7b3 100644
--- a/libavcodec/i386/mpegvideo_mmx.c
+++ b/libavcodec/i386/mpegvideo_mmx.c
@@ -26,7 +26,6 @@
extern uint8_t zigzag_direct_noperm[64];
extern uint16_t inv_zigzag_direct16[64];
-extern uint32_t inverse[256];
static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL;
static const unsigned long long int mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL;