summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-06 17:50:12 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-06 17:50:12 +0000
commitd5bdde3b1886a41d2530758b0cafadb66eb66f3e (patch)
tree7dbb27e9766073489b4fe96cb2287b68cb6d008d
parent0c8d9ba25fcc154143688b3c6a865e5731d88602 (diff)
downloadmpv-d5bdde3b1886a41d2530758b0cafadb66eb66f3e.tar.bz2
mpv-d5bdde3b1886a41d2530758b0cafadb66eb66f3e.tar.xz
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
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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