# HG changeset patch # User diego # Date 1224718779 0 # Node ID e1e880fb20bd1a95566908a2f93d3723d0c106c7 # Parent 52a85f0b08d4fb80b751bdd488feec02ab402a51 IWMMXT optimizations were removed from our internal libmpeg2 copy, so now remove it from the library interface code as well. diff -r 52a85f0b08d4 -r e1e880fb20bd libmpcodecs/vd_libmpeg2.c --- 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;