Mercurial > mplayer.hg
changeset 27780:4b55e7db1b82
SH4 is an architecture, not a CPU extension.
author | diego |
---|---|
date | Thu, 23 Oct 2008 10:58:47 +0000 |
parents | 469d7dbd6418 |
children | b98fceff7bc7 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Oct 23 09:53:08 2008 +0000 +++ b/configure Thu Oct 23 10:58:47 2008 +0000 @@ -2489,7 +2489,7 @@ echores "$_iwmmxt" fi -_cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMVFP IWMMXT MLIB MMI SH4 VIS MVI' +_cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMVFP IWMMXT MLIB MMI VIS MVI' test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts" test "$_mmx" = yes && _cpuexts="MMX $_cpuexts" test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts"