[xiph-commits] r9615 - branches/theora-mmx

j at svn.xiph.org j at svn.xiph.org
Sun Jul 24 04:44:54 PDT 2005


Author: j
Date: 2005-07-24 04:44:51 -0700 (Sun, 24 Jul 2005)
New Revision: 9615

Modified:
   branches/theora-mmx/configure.ac
Log:
cleanup configure.ac, change CFLAGS only once

Modified: branches/theora-mmx/configure.ac
===================================================================
--- branches/theora-mmx/configure.ac	2005-07-24 10:59:22 UTC (rev 9614)
+++ branches/theora-mmx/configure.ac	2005-07-24 11:44:51 UTC (rev 9615)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.0alpha4-mmx])
+AC_INIT(libtheora-mmx,[1.0alpha4])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -33,7 +33,6 @@
 AC_PROG_CC
 AC_PROG_CPP
 CFLAGS="$cflags_save"
-CFLAGS="$CFLAGS -O2 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
 
 AM_PROG_LIBTOOL
 
@@ -68,8 +67,8 @@
         case $host in 
         *)
                 DEBUG="-g -W -D__NO_MATH_INLINES"
-                CFLAGS="-O2 -Wall"
-                PROFILE="-W -pg -g -O2 -fno-inline-functions";;
+                CFLAGS="-Wall -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
+                PROFILE="-W -pg -g -O3 -fno-inline-functions";;
         esac
 fi
 CFLAGS="$CFLAGS $cflags_save"



More information about the commits mailing list