[xiph-cvs] cvs commit: speex configure.in
Jean-Marc Valin
jm at xiph.org
Wed Oct 8 23:51:03 PDT 2003
jm 03/10/09 02:51:03
Modified: . configure.in
Log:
fixed-point: LSP quantization cleanup
Revision Changes Path
1.55 +3 -2 speex/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/speex/configure.in,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- configure.in 19 Sep 2003 02:31:59 -0000 1.54
+++ configure.in 9 Oct 2003 06:51:02 -0000 1.55
@@ -4,8 +4,8 @@
SPEEX_MAJOR_VERSION=1
SPEEX_MINOR_VERSION=1
-SPEEX_MICRO_VERSION=0
-SPEEX_VERSION=1.1
+SPEEX_MICRO_VERSION=1
+SPEEX_VERSION=1.1.1
SPEEX_LT_CURRENT=2
SPEEX_LT_REVISION=0
@@ -54,6 +54,7 @@
AC_DEFINE_UNQUOTED(VERSION, "${VERSION}")
AC_ARG_ENABLE(sse, [ --enable-sse enable SSE support], [if test "$enableval" = yes; then AC_DEFINE(_USE_SSE) fi])
+AC_ARG_ENABLE(fixed-point, [ --enable-fixed-point compile as fixed-point], [if test "$enableval" = yes; then AC_DEFINE(FIXED_POINT) fi])
AC_ARG_ENABLE(epic-48k, [ --enable-epic-48k enable support for epic 4.8 kbps mode], [if test "$enableval" = yes; then AC_DEFINE(EPIC_48K) fi])
<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