[xiph-cvs] cvs commit: speex/src speexenc.c
Jean-Marc Valin
jm at xiph.org
Thu Sep 18 19:31:59 PDT 2003
jm 03/09/18 22:31:59
Modified: . configure.in
src speexenc.c
Log:
last minor updates for 1.1
Revision Changes Path
1.54 +3 -3 speex/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/speex/configure.in,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- configure.in 12 Jun 2003 04:30:04 -0000 1.53
+++ configure.in 19 Sep 2003 02:31:59 -0000 1.54
@@ -5,11 +5,11 @@
SPEEX_MAJOR_VERSION=1
SPEEX_MINOR_VERSION=1
SPEEX_MICRO_VERSION=0
-SPEEX_VERSION=1.1-cvs
+SPEEX_VERSION=1.1
-SPEEX_LT_CURRENT=1
+SPEEX_LT_CURRENT=2
SPEEX_LT_REVISION=0
-SPEEX_LT_AGE=0
+SPEEX_LT_AGE=1
AC_SUBST(SPEEX_LT_CURRENT)
AC_SUBST(SPEEX_LT_REVISION)
<p><p>1.81 +3 -3 speex/src/speexenc.c
Index: speexenc.c
===================================================================
RCS file: /usr/local/cvsroot/speex/src/speexenc.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- speexenc.c 18 Sep 2003 04:20:40 -0000 1.80
+++ speexenc.c 19 Sep 2003 02:31:59 -0000 1.81
@@ -179,9 +179,9 @@
printf (" --denoise Denoise the input before encoding\n");
printf (" --agc Apply adaptive gain control (AGC) before encoding\n");
printf (" --comment Add the given string as an extra comment. This may be\n");
- printf (" used multiple times.\n");
- printf (" --author Author of this track.\n");
- printf (" --title Title for this track.\n");
+ printf (" used multiple times\n");
+ printf (" --author Author of this track\n");
+ printf (" --title Title for this track\n");
printf (" -h, --help This help\n");
printf (" -v, --version Version information\n");
printf (" -V Verbose mode (show bit-rate)\n");
<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