[MPlayer-cvslog] r23606 - trunk/configure

lu_zero subversion at mplayerhq.hu
Fri Jun 22 21:58:44 CEST 2007


Author: lu_zero
Date: Fri Jun 22 21:58:44 2007
New Revision: 23606

Log:
unbreak armv6 previously broken by me...

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Jun 22 21:58:44 2007
@@ -2478,7 +2478,7 @@ test "$_ssse3"     = yes && _cpuexts="SS
 test "$_cmov"      = yes && _cpuexts="CMOV $_cpuexts"
 test "$_fast_cmov" = yes && _cpuexts="FAST_CMOV $_cpuexts"
 test "$_armv5te"   = yes && _cpuexts="ARMV5TE $_cpuexts"
-test "$_armv6"     = yes && _cpuexts="ARMV6 $_cpuexts"Y
+test "$_armv6"     = yes && _cpuexts="ARMV6 $_cpuexts"
 test "$_iwmmxt"    = yes && _cpuexts="IWMMXT $_cpuexts"
 
 # Checking kernel version...



More information about the MPlayer-cvslog mailing list