Make MMX2 depend on MMX.

Originally committed as revision 12640 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-03-30 21:39:26 +00:00
parent 3a71577f87
commit fbef871dad

2
configure vendored
View File

@ -805,7 +805,7 @@ armv6_deps="armv4l"
iwmmxt_deps="armv4l"
mmi_deps="mips"
mmx_deps="x86"
mmx2_deps="x86"
mmx2_deps="x86 mmx"
ssse3_deps="x86"
vis_deps="sparc"