[xiph-cvs] cvs commit: speex configure.in
Jean-Marc Valin
jm at xiph.org
Tue May 13 13:57:31 PDT 2003
jm 03/05/13 16:57:31
Modified: . configure.in
Log:
Merged an experimental (and non-standard) 4.8 kbps mode. Note that this
mode is completely independent from the other modes and cannot be used
in multi-rate operation.
Revision Changes Path
1.52 +2 -0 speex/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/speex/configure.in,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- configure.in 8 May 2003 23:33:38 -0000 1.51
+++ configure.in 13 May 2003 20:57:30 -0000 1.52
@@ -55,6 +55,8 @@
AC_ARG_ENABLE(sse, [ --enable-sse enable SSE support], [if test "$enableval" = yes; then AC_DEFINE(_USE_SSE) 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])
+
dnl Output the makefiles and version.h.
AC_OUTPUT([Makefile libspeex/Makefile src/Makefile doc/Makefile Speex.spec
<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