Mercurial > mplayer.hg
changeset 27785:e3d6122edf03
10l: Revert SH4 removal, which is required in FFmpeg.
author | diego |
---|---|
date | Fri, 24 Oct 2008 09:08:03 +0000 |
parents | a57f38e92ed5 |
children | 187ca29cd878 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Oct 23 19:20:14 2008 +0000 +++ b/configure Fri Oct 24 09:08:03 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 VIS MVI' +_cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMVFP IWMMXT MLIB MMI SH4 VIS MVI' test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts" test "$_mmx" = yes && _cpuexts="MMX $_cpuexts" test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts"