summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-01 01:01:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-01 01:01:59 +0000
commit480048ec6fcbf8c96366224dd8994a2c04c2b76e (patch)
tree9b2197bbd46c872a68607caed30c0e6e6a3e3205 /libmpeg2/mpeg2.h
parentfe1d9e57cd40240ba19a01519b663c9ca38af3ad (diff)
downloadmpv-480048ec6fcbf8c96366224dd8994a2c04c2b76e.tar.bz2
mpv-480048ec6fcbf8c96366224dd8994a2c04c2b76e.tar.xz
Remove IWMMXT optimizations through libavcodec from libmpeg2.
According to Siarhei Siamashka libavcodec is faster on ARM so it is better to use it directly instead of creating this hackish mix of two libraries. Plus, these local changes would never be acceptable upstream, so no good reason for keeping it in our local patchset remains. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27677 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/mpeg2.h')
-rw-r--r--libmpeg2/mpeg2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpeg2/mpeg2.h b/libmpeg2/mpeg2.h
index 8eef2ce716..6b8ae5b45d 100644
--- a/libmpeg2/mpeg2.h
+++ b/libmpeg2/mpeg2.h
@@ -168,7 +168,6 @@ void mpeg2_custom_fbuf (mpeg2dec_t * mpeg2dec, int custom_fbuf);
#define MPEG2_ACCEL_SPARC_VIS 1
#define MPEG2_ACCEL_SPARC_VIS2 2
#define MPEG2_ACCEL_ARM 1
-#define MPEG2_ACCEL_ARM_IWMMXT 2
#define MPEG2_ACCEL_DETECT 0x80000000
uint32_t mpeg2_accel (uint32_t accel);