diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-25 17:52:52 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-25 17:52:52 +0000 |
commit | 7996d1536ec957da0e020e5d1bb3b869dcb484a1 (patch) | |
tree | 3cc81667aad35ae283180af1efecbcf3710a7c0b /configure | |
parent | 692c315e3ae33212b441b17615715dfb9733852b (diff) | |
download | ffmpeg-7996d1536ec957da0e020e5d1bb3b869dcb484a1.tar.gz |
SSE depends on x86.
Originally committed as revision 16777 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |