configure: add missing x86 dependency for i686
authorJanne Grunau <janne-libav@jannau.net>
Sat, 25 Jan 2014 15:55:58 +0000 (16:55 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Sat, 25 Jan 2014 20:50:20 +0000 (21:50 +0100)
configure

index 98ac566..b7ff79c 100755 (executable)
--- 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"