Remove -malign-double from the lib build.
authorMonty <xiphmont@xiph.org>
Wed, 13 Oct 1999 03:52:39 +0000 (03:52 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 13 Oct 1999 03:52:39 +0000 (03:52 +0000)
Repair a mem leak in the examples and xmms module; vorbis_info_clear()
has to come *after* vorbis_dsp_clear()

Monty

svn path=/trunk/vorbis/; revision=148

configure
configure.in

index 62c67cb..070f6e9 100755 (executable)
--- a/configure
+++ b/configure
@@ -931,8 +931,8 @@ else
        case $host in 
        i?86-*-linux*)
                DEBUG="-g -Wall -fsigned-char"
-               OPT="-O20 -ffast-math -malign-double -fsigned-char"
-               PROFILE="-pg -g -O20 -malign-double -D__NO_MATH_INLINES -fsigned-char";;
+               OPT="-O20 -ffast-math -fsigned-char"
+               PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char";;
        sparc-sun-*)
                DEBUG="-g -Wall -fsigned-char -mv8"
                OPT="-O20 -ffast-math -fsigned-char -mv8"
index b0bef4e..2129136 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.3 1999/10/12 08:37:54 xiphmont Exp $
+# $Id: configure.in,v 1.4 1999/10/13 03:52:39 xiphmont Exp $
 
 AC_INIT(lib/mdct.c)
 #AC_CONFIG_HEADER(config.h)
@@ -45,8 +45,8 @@ else
        case $host in 
        i?86-*-linux*)
                DEBUG="-g -Wall -fsigned-char"
-               OPT="-O20 -ffast-math -malign-double -fsigned-char"
-               PROFILE="-pg -g -O20 -malign-double -D__NO_MATH_INLINES -fsigned-char";;
+               OPT="-O20 -ffast-math -fsigned-char"
+               PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char";;
        sparc-sun-*)
                DEBUG="-g -Wall -fsigned-char -mv8"
                OPT="-O20 -ffast-math -fsigned-char -mv8"