[xiph-cvs] cvs commit: speex/doc manual.lyx

Jean-Marc Valin jm at xiph.org
Thu May 1 13:22:48 PDT 2003



jm          03/05/01 16:22:48

  Modified:    .        configure.in
               doc      manual.lyx
  Log:
  added --enable-sse to configure

Revision  Changes    Path
1.50      +2 -0      speex/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/speex/configure.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- configure.in	22 Mar 2003 19:19:48 -0000	1.49
+++ configure.in	1 May 2003 20:22:48 -0000	1.50
@@ -53,6 +53,8 @@
 
 AC_DEFINE_UNQUOTED(VERSION, "${VERSION}")
 
+AC_ARG_ENABLE(sse, [  --enable-sse             enable SSE support], [if test "$enableval" = yes; then AC_DEFINE(_USE_SSE) fi])
+
 dnl Output the makefiles and version.h.
 
 AC_OUTPUT([Makefile libspeex/Makefile src/Makefile doc/Makefile Speex.spec

<p><p>1.67      +1 -1      speex/doc/manual.lyx

Index: manual.lyx
===================================================================
RCS file: /usr/local/cvsroot/speex/doc/manual.lyx,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- manual.lyx	23 Mar 2003 22:39:04 -0000	1.66
+++ manual.lyx	1 May 2003 20:22:48 -0000	1.67
@@ -5449,7 +5449,7 @@
 Isn't there a GPL implementation of the GSM-FR codec? Why is Speex necessary?
 \layout Standard
 
-First of all, it's not clear whether GSM-FR is covered by a Phillips patent
+First of all, it's not clear whether GSM-FR is covered by a Philips patent
  (see http://kbs.cs.tu-berlin.de/~jutta/toast.html).
  Also, GSM-FR offers mediocre quality at a relatively high bit-rate, while
  Speex can offer equivalent quality at almost half the bit-rate.

<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