summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2014-01-25 16:55:58 +0100
committerJanne Grunau <janne-libav@jannau.net>2014-01-25 21:50:20 +0100
commitfb87e69ff77f96536768dbae01d82db70c8b41f3 (patch)
tree5fe11a222d89eaa76b19a5ea55c5fdb4cb12671e /configure
parent6d93307f8df81808f0dcdbc064b848054a6e83b3 (diff)
configure: add missing x86 dependency for i686
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 98ac566f70..b7ff79c1c1 100755
--- a/configure
+++ b/configure
@@ -1561,6 +1561,7 @@ x86_64_suggest="fast_cmov"
amd3dnow_deps="mmx"
amd3dnowext_deps="amd3dnow"
+i686_deps="x86"
mmx_deps="x86"
mmxext_deps="mmx"
sse_deps="mmxext"