[xiph-cvs] cvs commit: vorbis vorbis.m4

Michael Smith msmith at xiph.org
Mon Jul 29 07:21:11 PDT 2002



msmith      02/07/29 07:21:10

  Modified:    .        vorbis.m4
  Log:
  fix bugs in the vorbis-checking-m4-included-program-thingy.

Revision  Changes    Path
1.9       +2 -1      vorbis/vorbis.m4

Index: vorbis.m4
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vorbis.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vorbis.m4	2002/07/09 13:08:57	1.8
+++ vorbis.m4	2002/07/29 14:21:10	1.9
@@ -54,6 +54,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <vorbis/codec.h>
+#include <vorbis/vorbisenc.h>
 
 int main ()
 {
@@ -62,7 +63,7 @@
     vorbis_info		vi;
 
     vorbis_info_init (&vi);
-    vorbis_encode_init (&vi, 2, 44100, -1, 128, -1);
+    vorbis_encode_init (&vi, 2, 44100, -1, 128000, -1);
     vorbis_analysis_init (&vd, &vi);
     vorbis_block_init (&vd, &vb);
     /* this function was added in 1.0rc3, so this is what we're testing for */

<p><p><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