Mercurial > mplayer.hg
changeset 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 | 52a85f0b08d4 |
children | 469d7dbd6418 |
files | libmpcodecs/vd_libmpeg2.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
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;