Commit 7996d153 authored by Diego Biurrun's avatar Diego Biurrun

SSE depends on x86.

Originally committed as revision 16777 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 692c315e
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment