[MPlayer-cvslog] r21841 - trunk/configure

reimar subversion at mplayerhq.hu
Sat Jan 6 18:50:12 CET 2007


Author: reimar
Date: Sat Jan  6 18:50:12 2007
New Revision: 21841

Modified:
   trunk/configure

Log:
Set default values for proc and iproc for x86_32 case.
They will also be used for runtime cpudetection (and fixes compilation of that).


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Jan  6 18:50:12 2007
@@ -886,6 +886,8 @@
   _target_arch_x86="TARGET_ARCH_X86 = yes"
   _def_arch="#define ARCH_X86_32 1"
   _target_arch="TARGET_ARCH_X86_32 = yes"
+  iproc=486
+  proc=i486
 
 
   if test "$_runtime_cpudetection" = no ; then



More information about the MPlayer-cvslog mailing list