diff libmpcodecs/vd_libmpeg2.c @ 27778:e1e880fb20bd

IWMMXT optimizations were removed from our internal libmpeg2 copy, so now remove it from the library interface code as well.
author diego
date Wed, 22 Oct 2008 23:39:39 +0000
parents 84723050e997
children 25337a2147e7
line wrap: on
line diff
--- a/libmpcodecs/vd_libmpeg2.c	Wed Oct 22 17:34:39 2008 +0000
+++ b/libmpcodecs/vd_libmpeg2.c	Wed Oct 22 23:39:39 2008 +0000
@@ -83,9 +83,7 @@
     #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;