From 5e7976e7ef58bab9ae5b55a87acf369868c7a955 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 4 Feb 2006 14:06:29 +0000 Subject: Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) patch by dani3l CVS patchset: 7867 CVS date: 2006/02/04 14:06:29 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 26dd1bfd0..b7e5598f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1959,6 +1959,7 @@ case "$host_or_hostalias" in x86_64-*) AC_DEFINE_UNQUOTED(ARCH_X86_64,,[Define this if you're running x86 architecture]) AC_DEFINE(FPM_64BIT,1,[Define to select libmad fixed point arithmetic implementation]) + enable_ffmmx="yes" ;; *darwin*) HOST_OS_DARWIN=1 -- cgit v1.2.3