Displaying 3 results from an estimated 3 matches for "ov_ectl_ratemanage_xxx".
2004 Aug 06
6
Liveice on Linux PPC
...m source if you don't have the
>binaries for PPC.
>
>
Turns out I do have vorbis installed.
I can use ogg123 and oggenc from the command line as well as lame and
mpg123, mpg321
The file you mentioned is located in /usr/include/vorbis/vorbisenc.h
The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared.
Where XXX is GET, SET, AVG
How do I redirect the output from 'make' to a file so that I can post
the rest of the error?
Drew
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To u...
2004 Aug 06
0
Liveice on Linux PPC
...gt; Turns out I do have vorbis installed.
>
> I can use ogg123 and oggenc from the command line as well as lame and
> mpg123, mpg321
>
> The file you mentioned is located in /usr/include/vorbis/vorbisenc.h
hmmm... looks in the right place.
> The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared.
> Where XXX is GET, SET, AVG
>
> How do I redirect the output from 'make' to a file so that I can post
> the rest of the error?
eems odd..
with sh use
make 2>&1 1> output
or with csh
make >& output
karl
<p><p>--- >8 ---...
2004 Aug 06
2
Liveice on Linux PPC
>
>
>build libshout first, as ices uses libshout
>
>karl.
>
>
OK, I built libshout from CVS and it seems to be installed OK under
/usr/local/lib
Now, with respect to ices, I've got as far as
./autogen.sh
./configure
BUT, when I run 'make' I get an error:
encode.c: In function 'encode_initialise':
encode.c:91 storage size of 'ai' isn't