diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-21 19:45:05 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-21 19:45:05 +0000 |
commit | b73e0e6315a0a3594c50759e070f042862ca4308 (patch) | |
tree | 23393885792e6caeb0b7ab2dd28a3de00f8ffbe3 | |
parent | 2d4115c8d8353721f9b9191f75215b28fc7b7164 (diff) | |
download | xine-lib-b73e0e6315a0a3594c50759e070f042862ca4308.tar.gz xine-lib-b73e0e6315a0a3594c50759e070f042862ca4308.tar.bz2 |
libmad compilation fix for AMD64 by Herbie Hopkins
CVS patchset: 6575
CVS date: 2004/05/21 19:45:05
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ * add support for 24bit and 32bit Float for audio. * add support for upmixing. Currently only stereo -> Surround 5.1 * Software decode for DTS audio updated for Surround 5.1 output. + * fixed compilation of libmad on AMD64 xine-lib (1-rc4a) * audio out now uses a more user friendly "Speaker arrangement" config item; 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-*) |