From b73e0e6315a0a3594c50759e070f042862ca4308 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 21 May 2004 19:45:05 +0000 Subject: libmad compilation fix for AMD64 by Herbie Hopkins CVS patchset: 6575 CVS date: 2004/05/21 19:45:05 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3f7006452..fc3c6e1db 100644 --- a/configure.ac +++ b/configure.ac @@ -1738,7 +1738,7 @@ case "$host_or_hostalias" in CFLAGS="-O3 -fomit-frame-pointer $m_wm $m_psb -fexpensive-optimizations $f_si $f_nsa -ffast-math -funroll-loops -finline-functions $CFLAGS" DEBUG_CFLAGS="-O0 -g $DEBUG_CFLAGS" AC_DEFINE_UNQUOTED(ARCH_X86_64,,[Define this if you're running x86 architecture]) - AC_DEFINE(FPM_INTEL,1,[Define to select libmad fixed point arithmetic implementation]) + AC_DEFINE(FPM_64BIT,1,[Define to select libmad fixed point arithmetic implementation]) ;; s390-*) -- cgit v1.2.3