From d5bdde3b1886a41d2530758b0cafadb66eb66f3e Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 6 Jan 2007 17:50:12 +0000 Subject: [PATCH] Set default values for proc and iproc for x86_32 case. They will also be used for runtime cpudetection (and fixes compilation of that). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21841 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 946902df8f..2cdca1803d 100755 --- a/configure +++ b/configure @@ -886,6 +886,8 @@ case "$host_arch" in _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