1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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" iwmmxt_deps="armv4l"
mmi_deps="mips" mmi_deps="mips"
mmx_deps="x86" mmx_deps="x86"
mmx2_deps="x86" mmx2_deps="x86 mmx"
ssse3_deps="x86" ssse3_deps="x86"
vis_deps="sparc" vis_deps="sparc"