[FFmpeg-cvslog] configure: add missing x86 dependency for i686

Janne Grunau git at videolan.org
Sun Jan 26 03:23:53 CET 2014


ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Sat Jan 25 16:55:58 2014 +0100| [fb87e69ff77f96536768dbae01d82db70c8b41f3] | committer: Janne Grunau

configure: add missing x86 dependency for i686

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb87e69ff77f96536768dbae01d82db70c8b41f3
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 98ac566..b7ff79c 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"



More information about the ffmpeg-cvslog mailing list