From b2638c100721f67b280c3b43b21f1ce1c9b5e316 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 14 Dec 2004 08:46:06 +0000 Subject: [PATCH] m4/gst-arch.m4: remove MMX stuff, since it doesn't work and isn't needed anywhere Original commit message from CVS: * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and isn't needed anywhere --- ChangeLog | 5 +++++ m4/gst-arch.m4 | 20 -------------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/ChangeLog b/ChangeLog index da55e02..7e23a5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-14 David Schleef + + * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and + isn't needed anywhere + 2004-12-08 Thomas Vander Stichele * gst-autogen.sh: diff --git a/m4/gst-arch.m4 b/m4/gst-arch.m4 index 0facaa2..360aed3 100644 --- a/m4/gst-arch.m4 +++ b/m4/gst-arch.m4 @@ -48,25 +48,6 @@ esac dnl Determine endianness AC_C_BIGENDIAN -dnl Check for MMX-capable compiler -AC_MSG_CHECKING(for MMX-capable compiler) -AC_TRY_RUN([ -#include "include/mmx.h" - -main() -{ movq_r2r(mm0, mm1); return 0; } -], -[ -HAVE_LIBMMX="yes" -AC_MSG_RESULT(yes) -], -HAVE_LIBMMX="no" -AC_MSG_RESULT(no) -, -HAVE_LIBMMX="no" -AC_MSG_RESULT(no) -) - AM_CONDITIONAL(HAVE_CPU_I386, test "x$HAVE_CPU_I386" = "xyes") AM_CONDITIONAL(HAVE_CPU_PPC, test "x$HAVE_CPU_PPC" = "xyes") AM_CONDITIONAL(HAVE_CPU_ALPHA, test "x$HAVE_CPU_ALPHA" = "xyes") @@ -78,7 +59,6 @@ AM_CONDITIONAL(HAVE_CPU_S390, test "x$HAVE_CPU_S390" = "xyes") AM_CONDITIONAL(HAVE_CPU_IA64, test "x$HAVE_CPU_IA64" = "xyes") AM_CONDITIONAL(HAVE_CPU_M68K, test "x$HAVE_CPU_M68K" = "xyes") AM_CONDITIONAL(HAVE_CPU_X86_64, test "x$HAVE_CPU_X86_64" = "xyes") -AM_CONDITIONAL(HAVE_LIBMMX, test "x$USE_LIBMMX" = "xyes") ]) -- 2.7.4