Commit 75aa95a6 authored by Diego Biurrun's avatar Diego Biurrun

Drop redundant architecture extension dependencies.

Originally committed as revision 16784 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3bb13a47
...@@ -950,11 +950,11 @@ armvfp_deps="arm" ...@@ -950,11 +950,11 @@ armvfp_deps="arm"
iwmmxt_deps="arm" iwmmxt_deps="arm"
mmi_deps="mips" mmi_deps="mips"
mmx_deps="x86" mmx_deps="x86"
mmx2_deps="x86 mmx" mmx2_deps="mmx"
neon_deps="arm" neon_deps="arm"
ppc4xx_deps="ppc" ppc4xx_deps="ppc"
sse_deps="x86 mmx" sse_deps="mmx"
ssse3_deps="x86 sse" ssse3_deps="sse"
vis_deps="sparc" vis_deps="sparc"
# common features # common features
......
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