1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

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
This commit is contained in:
reimar 2007-01-06 17:50:12 +00:00
parent 0c8d9ba25f
commit d5bdde3b18

2
configure vendored
View File

@ -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