Mercurial > mplayer.hg
comparison configure @ 27780:4b55e7db1b82
SH4 is an architecture, not a CPU extension.
author | diego |
---|---|
date | Thu, 23 Oct 2008 10:58:47 +0000 |
parents | 469d7dbd6418 |
children | e3d6122edf03 |
comparison
equal
deleted
inserted
replaced
27779:469d7dbd6418 | 27780:4b55e7db1b82 |
---|---|
2487 cc_check && _iwmmxt=yes | 2487 cc_check && _iwmmxt=yes |
2488 fi | 2488 fi |
2489 echores "$_iwmmxt" | 2489 echores "$_iwmmxt" |
2490 fi | 2490 fi |
2491 | 2491 |
2492 _cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMVFP IWMMXT MLIB MMI SH4 VIS MVI' | 2492 _cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMVFP IWMMXT MLIB MMI VIS MVI' |
2493 test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts" | 2493 test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts" |
2494 test "$_mmx" = yes && _cpuexts="MMX $_cpuexts" | 2494 test "$_mmx" = yes && _cpuexts="MMX $_cpuexts" |
2495 test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts" | 2495 test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts" |
2496 test "$_3dnow" = yes && _cpuexts="3DNOW $_cpuexts" | 2496 test "$_3dnow" = yes && _cpuexts="3DNOW $_cpuexts" |
2497 test "$_3dnowext" = yes && _cpuexts="3DNOWEX $_cpuexts" | 2497 test "$_3dnowext" = yes && _cpuexts="3DNOWEX $_cpuexts" |