summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-30 21:39:26 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-30 21:39:26 +0000
commitfbef871dad7bb16b29b44e9ff697995fcb567923 (patch)
tree398600e0aacabf91011d67d67b3541736742f7e7 /configure
parent3a71577f87fd9486d4eeddb0fc747452839eb4e1 (diff)
Make MMX2 depend on MMX.
Originally committed as revision 12640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e78537c49d..3f6afad348 100755
--- a/configure
+++ b/configure
@@ -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"