Displaying 7 results from an estimated 7 matches for "lame_init_old".
2004 Aug 06
1
Problemas compiling IceS with lame
...s without lame, it worked.
My lame is the 3.70 version.
when i put the option in ./configure --wtih-lame, this error occurs:
checking for shout/shout.h... (cached) no
Installed libshout not found, using builtin
checking for lame/lame.h... (cached) no
checking for lame.h... (cached) yes
checking for lame_init_old in -lmp3lame... (cached) no
configure: error: Could not find a valid LAME library installationchecking
for shout/shout.h... (cached) no
Installed libshout not found, using builtin
checking for lame/lame.h... (cached) no
checking for lame.h... (cached) yes
checking for lame_init_old in -lmp3lame......
2004 Aug 06
6
more on building with lame
On Tuesday, 26 June 2001 at 11:02, Denys Sene dos Santos wrote:
>
> Lame3.88 has no reencoding.
> Because this, I used 3.86... but it needs to copy the libs manualy
> to the right places
Er, what version of ices are you running? ices 0.1.0 will not work
with 3.86. Lame 3.88 also builds much better.
> Why is the Lame/Ices/Icecast documentation so poor ???
Because
2004 Aug 06
2
ices configure script
Hi,
I'm having difficulty getting ices 0.2.2 to see my lame install and my
perl install. The lame libraries (v3.91) are installed in:
/usr/local/lib/ with the header file at: /usr/local/include/lame/lame.h,
but when I run:
./configure --with-lame --with-lame-includes=/usr/local/include/lame/
--with-lame-libraries=/usr/local/
it says it can't find the lame libraries. ldconfig seems
2004 Aug 06
2
more on building with lame
On Tuesday, 26 June 2001 at 16:09, Darrell Berry wrote:
> hmm
>
> tried with lame 3.88, and deleting config.cache, still get:
>
> checking for lame/lame.h... yes
> checking for lame_init_old in -lmp3lame... no
> Could not find a valid LAME library, reencoding disabled
>
> i assume this MIGHT be some compile-time thing with lame...?
You've probably got an old version of libmp3lame still installed. Make
sure you find and delete all old LAME stuff before you install the new...
2004 Aug 06
0
Lame, Bitrates, ReEncoding I
Ok, not bad -be sure to rm config.cache if ices has already been compiled.
Then
./configure --with-lame-libraries=/usr/local/lib --with-lame-includes=/usr/l
ocal/include/lame/ >configure.out
Check configure.out for:
updating cache ./config.cache
checking for lame/lame.h... yes
checking for lame_init_old in -lmp3lame... yes
checking for lame_encode_flush_nogap in -lmp3lame... yes
updating cache ./config.cache
Change:
<Bitrate>80</Bitrate>
<Reencode>1</Reencode>
And this now streams at 80k/32khz --but we're still not sure if those
settings are OK.
-zeek...
2004 Aug 06
2
Lame, Bitrates, ReEncoding I
I'd like to use the Bitrate and Reencode features of ices and understand I
must recompile with lamelib.
However, it's Very Unclear where to begin here. This is noted in the
ices-0.2.3 INSTALL file:
I installed lame as a debian package so lame.h is in
/usr/include/lame/lame.h
and libmp3lame.a is in /usr/lib. configure finds everything automatically.
<p>I assume we
2004 Aug 06
2
Trouble compiling ices
...king for setsid... (cached) yes
checking for inet_addr... (cached) yes
checking for inet_aton... (cached) yes
checking for setlinebuf... (cached) yes
checking for shout/shout.h... (cached) yes
checking for shout_init_connection in -lshout... (cached) yes
checking for lame/lame.h... yes
checking for lame_init_old in -lmp3lame... yes
checking for lame_encode_flush_nogap in -lmp3lame... yes
updating cache ./config.cache
checking for vorbis/vorbisfile.h... no
Could not find libvorbisfile, vorbis support disabled
updating cache ./config.cache
checking for perl_construct... yes
updating cache ./config.cache
chec...