From fbef871dad7bb16b29b44e9ff697995fcb567923 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 30 Mar 2008 21:39:26 +0000 Subject: [PATCH] Make MMX2 depend on MMX. Originally committed as revision 12640 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e78537c49d..3f6afad348 100755 --- a/configure +++ b/configure @@ -805,7 +805,7 @@ armv6_deps="armv4l" iwmmxt_deps="armv4l" mmi_deps="mips" mmx_deps="x86" -mmx2_deps="x86" +mmx2_deps="x86 mmx" ssse3_deps="x86" vis_deps="sparc" -- GitLab