search for: lmp3lame

Displaying 20 results from an estimated 20 matches for "lmp3lame".

2003 Jun 12
1
static lib
I'm trying to link sox to the ogg vorbis static libraries but I'm getting the following error: gcc -L. -L./gsm -o sox sox.o -lst -lgsm -logg -lvorbis -lvorbisfile -lvorbisenc -lmad -lmp3lame ld: Undefined symbols: _oggpack_bytes _oggpack_get_buffer _oggpack_reset _oggpack_writeclear _oggpack_writeinit _oggpack_read _oggpack_readinit _oggpack_write _oggpack_adv _oggpack_look _oggpack_writealign _vorbis_packet_blocksize _vorbis_synthesis _vorbis_synthesis_trackonly I don't get this...
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
Trouble compiling ices
...(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 checking for Pyth...
2004 Aug 06
1
Problemas compiling IceS with lame
...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... (cached) no...
2004 Aug 06
0
Lame, Bitrates, ReEncoding I
...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 > -----O...
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
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
Two Things: Python 2.1 & ices 0.2.2 / Multiple Streams
First off, I managed to build iceS 0.2.2 with Python 2.1, though I had to add -lutil to the $LIBS definition whilst ./configure'ing. Otherwise, configure won't find Py_Initialize Secondly - multiple streams I've added a second "stream" definition to my ices.conf, and both streams show up as sources for icecast, (http://blah.com:8000/list.cgi), though when i try to connect
2004 Aug 06
0
Compiling errors by reencode
Hi there, I hope you can help me: I want to compile the newest ices with reencode and use lame3.70. At the 'configure' he checks successfully for 'lame decode in lmp3lame'. But when I do a 'make', I have the following message: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver -I../thread -I../libshout -I/tmp/Download/lame3.70 -I/usr/lib/perl5/5.00503/i586-linux/CORE -Dbool=char -DHAS_BOOL -I/usr/local/include -I/usr/lib/perl5/5.00503/i586-linu...
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 library. --...
2004 Aug 06
0
ices 0.2.2 compile problems Py_Initialize and cannot find -lz
...he make process it exits with this error: gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a ../resolver/libresolver.a ../thread/libicethread.a ../avl/libiceavl.a ../log/libicelog.a -lpthread -lshout -lmp3lame -L/usr/lib -lxml2 -lz -L/lib -lm -lm /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status make[3]: *** [ices] Error 1 I recently rebuilt my system (RedHat 6.2 with kernel 2.2.19) and probably didn't re-install some needed rpm package, any clues as to what it is I have to do? Thank...
2004 Aug 06
0
DarkIce make problem
...e `make install' for lame, libogg, and libvorbis? When you run ./configure, you should get the following lines: checking for ogg_stream_init in -logg... yes checking for vorbis_info_init in -lvorbis... yes checking for vorbis_encode_init in -lvorbisenc... yes checking for lame_init in -lmp3lame... yes If any of these say "no" rather than yes, then the build process won't be able to find your libs for that package. I got this error when I forgot to run `make install' on libvorbis... -samuel --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project hom...
2004 Aug 06
0
Problem compiling ices
...causing this error during compiling? .... gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a ../resolver/libresolver.a ../thread/libicethread.a ../avl/libiceavl.a ../log/libicelog.a -lpthread -lshout -lmp3lame -rdynamic -L/usr/local/lib /usr/lib/perl5/5.00503/i386-linux/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.00503/i386-linux/CORE -lperl -lnsl -ldl -lm -lc -lposix -lcrypt -L/usr/lib -lxml2 -lz -L/lib -lm -lm stream.o: In function `stream_send_data': /tmp/ices-0.2.2/src/stream.c:344: undefined...
2004 Aug 06
0
Trouble compiling ices
...rerror' -- SNIP -- > gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o > metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a > ../resolver/libresolver.a ../thread/libicethread.a ../avl/libiceavl.a > ../log/libicelog.a -lpthread -lshout -lmp3lame -rdynamic -L/usr/local/lib > /usr/lib/perl5/5.6.0/i386-linux/auto/DynaLoader/DynaLoader.a > -L/usr/lib/perl5/5.6.0/i386-linux/CORE -lperl -lnsl -ldl -lm -lc -lcrypt > -L/usr/lib -lxml -lz -lm > stream.o: In function `stream_send_data': > /tmp/mp3/ices-0.2.2/src/stream.c:344: unde...
2004 Aug 06
0
compiling ices on solaris 9 / sparc
...ut make all-recursive Making all in doc Making all in src Making all in playlist /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a ../libshout/libices.la -lnsl -lmp3lame -R /usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE /usr/perl5/5.6.1/lib/sun4-solaris-64int/auto/DynaLoader/DynaLoader.a -L/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -lperl -lsocket -lnsl -ldl -lm -lc -L/usr/lib -R/usr/lib -lxml2 -lz -lm -lsocket -lnsl -lm gcc -g -O2 -Wall -o ices ices.o log.o s...
2004 Aug 06
7
CVS changes
To all CVS users of ices 0.x: I've just merged the ices-libshout_2 branch onto HEAD. Anyone using that branch should switch back to HEAD to continue to get the latest updates. This also means you now need the latest version of libshout2 from CVS in order to build ices from CVS. libshout2: :pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot libshout ices:
2004 Aug 06
1
ices 0.2.2 compile problems Py_Initialize and cannot find -lz
...ocess it exits with this error: > > gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a ../resolver/libresolver.a ../thread/libicethread.a ../avl/libiceavl.a ../log/libicelog.a -lpthread -lshout -lmp3lame -L/usr/lib -lxml2 -lz -L/lib -lm -lm > /usr/bin/ld: cannot find -lz > collect2: ld returned 1 exit status > make[3]: *** [ices] Error 1 > > I recently rebuilt my system (RedHat 6.2 with kernel 2.2.19) and > probably didn't re-install some needed rpm package, any clues as to &...
2001 Oct 06
3
DarkIce make problem
Using RH71. Got Lame, Vorbis, gcc3 and everything installed. When I try to make DarkIce I get this error. Can anyone help? $ make make all-recursive make[1]: Entering directory `/usr/src/download/darkice-0.6' Making all in src make[2]: Entering directory `/usr/src/download/darkice-0.6/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -c DarkIce.cpp In file included from
2004 Aug 06
1
compiling ices on solaris 9 / sparc
...t;Making all in doc >Making all in src >Making all in playlist >/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o ices ices.o log.o setup.o >stream.o util.o mp3.o cue.o metadata.o id3.o signals.o reencode.o ices_config.o >playlist/libplaylist.a ../libshout/libices.la -lnsl -lmp3lame -R >/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE >/usr/perl5/5.6.1/lib/sun4-solaris-64int/auto/DynaLoader/DynaLoader.a >-L/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -lperl -lsocket -lnsl -ldl -lm >-lc -L/usr/lib -R/usr/lib -lxml2 -lz -lm -lsocket -lnsl -lm >gcc -g -O2 -Wall -o...
2011 Oct 13
1
Problem with Ices