From 7996d1536ec957da0e020e5d1bb3b869dcb484a1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 25 Jan 2009 17:52:52 +0000 Subject: [PATCH] SSE depends on x86. Originally committed as revision 16777 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 27782b5f9d..81b0d5a8d5 100755 --- a/configure +++ b/configure @@ -953,7 +953,7 @@ mmx_deps="x86" mmx2_deps="x86 mmx" neon_deps="arm" ppc4xx_deps="ppc" -sse_deps="mmx" +sse_deps="x86 mmx" ssse3_deps="x86 sse" vis_deps="sparc"