diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-25 19:43:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-25 19:43:48 +0000 |
commit | 75aa95a6d9bf154e99c0aab555d80fee37a3fc1b (patch) | |
tree | 3059327d62276af3b0fb23607a7c3b656c54055a /configure | |
parent | 3bb13a47707ba9621b014f160c487e89271f0887 (diff) | |
download | ffmpeg-75aa95a6d9bf154e99c0aab555d80fee37a3fc1b.tar.gz |
Drop redundant architecture extension dependencies.
Originally committed as revision 16784 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -950,11 +950,11 @@ armvfp_deps="arm" iwmmxt_deps="arm" mmi_deps="mips" mmx_deps="x86" -mmx2_deps="x86 mmx" +mmx2_deps="mmx" neon_deps="arm" ppc4xx_deps="ppc" -sse_deps="x86 mmx" -ssse3_deps="x86 sse" +sse_deps="mmx" +ssse3_deps="sse" vis_deps="sparc" # common features |