[xiph-commits] r13600 - trunk/theora
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Thu Aug 23 13:09:30 PDT 2007
Author: tterribe
Date: 2007-08-23 13:09:30 -0700 (Thu, 23 Aug 2007)
New Revision: 13600
Modified:
trunk/theora/configure.ac
Log:
Update version numbers to reflect API additions.
General warning clean-up.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2007-08-23 20:08:32 UTC (rev 13599)
+++ trunk/theora/configure.ac 2007-08-23 20:09:30 UTC (rev 13600)
@@ -21,9 +21,9 @@
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
-V_LIB_CURRENT=2
+V_LIB_CURRENT=3
V_LIB_REVISION=0
-V_LIB_AGE=2
+V_LIB_AGE=3
AC_SUBST(V_LIB_CURRENT)
AC_SUBST(V_LIB_REVISION)
AC_SUBST(V_LIB_AGE)
@@ -100,9 +100,9 @@
case $host in
*)
- DEBUG="-g -Wall -DDEBUG -D__NO_MATH_INLINES"
- CFLAGS="-Wall -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
- PROFILE="-Wall -pg -g -O3 -fno-inline-functions -DDEBUG";;
+ DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
+ CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
+ PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
esac
fi
CFLAGS="$CFLAGS $cflags_save"
More information about the commits
mailing list