# HG changeset patch # User diego # Date 1224839283 0 # Node ID e3d6122edf03771e0d1c69e40218414ca621a73f # Parent a57f38e92ed5afc23a54f8eab4753cd0267f84eb 10l: Revert SH4 removal, which is required in FFmpeg. diff -r a57f38e92ed5 -r e3d6122edf03 configure --- 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"