IWMMXT optimizations were removed from our internal libmpeg2 copy, so now

remove it from the library interface code as well.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27812 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-22 23:39:39 +00:00
parent 6dcc6bee6d
commit 4722fa0b82
1 changed files with 1 additions and 3 deletions

View File

@ -83,9 +83,7 @@ static int init(sh_video_t *sh){
#elif ARCH_ARM
accel |= MPEG2_ACCEL_ARM;
#endif
#ifdef HAVE_IWMMXT
accel |= MPEG2_ACCEL_ARM_IWMMXT;
#elif HAVE_MVI
#ifdef HAVE_MVI
accel |= MPEG2_ACCEL_ALPHA_MVI;
#elif HAVE_VIS
accel |= MPEG2_ACCEL_SPARC_VIS;