[MPlayer-cvslog] r27812 - trunk/libmpcodecs/vd_libmpeg2.c
diego
subversion at mplayerhq.hu
Thu Oct 23 01:39:40 CEST 2008
Author: diego
Date: Thu Oct 23 01:39:39 2008
New Revision: 27812
Log:
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now
remove it from the library interface code as well.
Modified:
trunk/libmpcodecs/vd_libmpeg2.c
Modified: trunk/libmpcodecs/vd_libmpeg2.c
==============================================================================
--- trunk/libmpcodecs/vd_libmpeg2.c (original)
+++ trunk/libmpcodecs/vd_libmpeg2.c Thu Oct 23 01:39:39 2008
@@ -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;
More information about the MPlayer-cvslog
mailing list