diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-03-09 15:21:15 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-03-12 22:46:56 +0100 |
commit | 363bd1c62c1bcbac2dcb56f3dc47824f075888d2 (patch) | |
tree | 0632378b2cb9e40d80586c5bf02d738d7ac82297 /libavcodec/arm/mpegvideo_arm.h | |
parent | 33c5c3ad070bc1203e48c8af9c6272d71f1d8b4d (diff) | |
download | ffmpeg-363bd1c62c1bcbac2dcb56f3dc47824f075888d2.tar.gz |
remove iwmmxt optimizations
The were broken since August of 2010 without anyone noticing until
three weeks ago. Nobody cares about it anymore and hopefully Marvell
will support NEON like in the PXA978 from now on.
Diffstat (limited to 'libavcodec/arm/mpegvideo_arm.h')
-rw-r--r-- | libavcodec/arm/mpegvideo_arm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/arm/mpegvideo_arm.h b/libavcodec/arm/mpegvideo_arm.h index 57a228881c..d69fa2f541 100644 --- a/libavcodec/arm/mpegvideo_arm.h +++ b/libavcodec/arm/mpegvideo_arm.h @@ -21,7 +21,6 @@ #include "libavcodec/mpegvideo.h" -void ff_MPV_common_init_iwmmxt(MpegEncContext *s); void ff_MPV_common_init_armv5te(MpegEncContext *s); #endif /* AVCODEC_ARM_MPEGVIDEO_H */ |