Make MMX2 depend on MMX.

Originally committed as revision 12640 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 3a71577f87
commit fbef871dad
  1. 2
      configure

2
configure vendored

@ -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"

Loading…
Cancel
Save