summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-15 09:47:45 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-15 09:47:45 +0000
commit7231e76268c37c5c5fe33cee4668f99e4f5669d5 (patch)
tree3f4fdf86347c03b212d4ea510c57de70a9889dad /configure
parent0fd68f17cadab2e0f9e390ffc09b15a8982f3e37 (diff)
downloadmpv-7231e76268c37c5c5fe33cee4668f99e4f5669d5.tar.bz2
mpv-7231e76268c37c5c5fe33cee4668f99e4f5669d5.tar.xz
Set _optimizing for x86-64.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30310 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ebde6ef908..57466c0ce5 100755
--- a/configure
+++ b/configure
@@ -2092,7 +2092,7 @@ EOF
cc_check $_march $_mcpu || _march=""
fi
- _optimizing=""
+ _optimizing="$proc"
test $_fast_cmov = "auto" && _fast_cmov=yes
echores "$proc"