[xiph-cvs] cvs commit: vorbis configure.in

Segher Boessenkool segher at xiph.org
Sun Mar 17 19:23:50 PST 2002



segher      02/03/17 19:23:50

  Modified:    .        configure.in
  Log:
  Upgrade vorbisfile library version, because of the non-backward
  compatible changes.
  
  Add some optimization options for PowerPC Linux.

Revision  Changes    Path
1.53      +6 -2      vorbis/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- configure.in	2001/12/31 23:54:33	1.52
+++ configure.in	2002/03/18 03:23:49	1.53
@@ -12,9 +12,9 @@
 V_LIB_CURRENT=1
 V_LIB_REVISION=0
 V_LIB_AGE=1
-VF_LIB_CURRENT=2
+VF_LIB_CURRENT=3
 VF_LIB_REVISION=0
-VF_LIB_AGE=2
+VF_LIB_AGE=0
 VE_LIB_CURRENT=1
 VE_LIB_REVISION=0
 VE_LIB_AGE=1
@@ -119,6 +119,10 @@
                   CFLAGS=${OPT}" -D__NO_MATH_INLINES"
                   PROFILE=${PROFILE}" -D__NO_MATH_INLINES"
                   fi;;
+	powerpc-*-linux*)
+		DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES"
+		CFLAGS="-O3 -ffast-math -mfused-madd -mpowerpc-gpopt -mpowerpc-gfxopt -D_REENTRANT"
+		PROFILE="-pg -g -O3 -ffast-math -mfused-madd -mpowerpc-gpopt -mpowerpc-gfxopt -D_REENTRANT";;
         *-*-linux*)
                 DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
                 CFLAGS="-O20 -ffast-math -D_REENTRANT -fsigned-char"

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list