From: Mike Smith Date: Mon, 29 Jul 2002 14:21:10 +0000 (+0000) Subject: fix bugs in the vorbis-checking-m4-included-program-thingy. X-Git-Tag: v1.3.3~677 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1631ff0de17c0128f78272d499cfa3a0e4a66ad;p=platform%2Fupstream%2Flibvorbis.git fix bugs in the vorbis-checking-m4-included-program-thingy. svn path=/trunk/vorbis/; revision=3727 --- diff --git a/vorbis.m4 b/vorbis.m4 index 98fa5d9..d311a41 100644 --- a/vorbis.m4 +++ b/vorbis.m4 @@ -54,6 +54,7 @@ dnl #include #include #include +#include int main () { @@ -62,7 +63,7 @@ int main () 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 */