summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-26 03:19:03 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-26 03:19:38 +0100
commit0e2dd05c22c4926a6537c174d64783955167ad43 (patch)
tree9032c142e3a55f374393279059bc53ebf59ead75 /configure
parent7667afffb8dd54595ef2a959c385babd4c9c94cf (diff)
parentfb87e69ff77f96536768dbae01d82db70c8b41f3 (diff)
Merge commit 'fb87e69ff77f96536768dbae01d82db70c8b41f3'
* commit 'fb87e69ff77f96536768dbae01d82db70c8b41f3': configure: add missing x86 dependency for i686 Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 7c68ec2c5e..bf37e48b52 100755
--- a/configure
+++ b/configure
@@ -1804,6 +1804,7 @@ x86_64_suggest="fast_cmov"
amd3dnow_deps="mmx"
amd3dnowext_deps="amd3dnow"
+i686_deps="x86"
mmx_deps="x86"
mmxext_deps="mmx"
sse_deps="mmxext"