search for: shout_shutdown

Displaying 4 results from an estimated 4 matches for "shout_shutdown".

2004 Aug 06
0
ices2 build errors
...2 from CVS nightly snapshots. I have also icecast2 installed and it seems to work. Versions used: Ices2 20030919 libshout2 20030919 icecast2 20030919 with all versions that I have tried, I became these build error: ices.o(.text+0x149):/root/ices-2.0-Beta2/src/ices.c:91: undefined reference to `shout_shutdown' stream_shared.o(.text+0x30): In function `stream_send_data': /root/ices-2.0-Beta2/src/stream_shared.c:47: undefined reference to `shout_send_raw' collect2: ld returned 1 exit status make[3]: *** [ices] Error 1 make[3]: Leaving directory `/root/ices-2.0-Beta2/src' make[2]: *** [all-...
2003 Jul 02
1
Call for testing: libshout 2.0 beta 2
...Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6. Ogg and Vorbis are now prerequisites. Changes since beta 1: * lots and lots of autoconf. Thanks to Karl Heyes for his help here. * a fix for unusual MP3 bitrates contributed by Pritpaul Mahal. * two new API features: shout_init and shout_shutdown. Applications are required to call these before and after (respectively) using the shout library, especially in threaded applications. Please build and test it on as many platforms as possible, so that we can do an official release in the very near future. There are no known issues, but it has...
2003 Jul 02
1
Call for testing: libshout 2.0 beta 2
...Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6. Ogg and Vorbis are now prerequisites. Changes since beta 1: * lots and lots of autoconf. Thanks to Karl Heyes for his help here. * a fix for unusual MP3 bitrates contributed by Pritpaul Mahal. * two new API features: shout_init and shout_shutdown. Applications are required to call these before and after (respectively) using the shout library, especially in threaded applications. Please build and test it on as many platforms as possible, so that we can do an official release in the very near future. There are no known issues, but it has...
2004 Aug 06
2
ices2 build errors
...nc.so -L/usr/lib -L/usr/local/lib /usr/lib/libshout.so /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libxml2.so -lz -lm ices.o: In function `main': /home/srcs/xiph.org/ices/src/ices.c:52: undefined reference to `shout_init' /home/srcs/xiph.org/ices/src/ices.c:91: undefined reference to `shout_shutdown' collect2: ld returned 1 exit status make[2]: *** [ices] Error 1 make[2]: Leaving directory `/home/srcs/xiph.org/ices/src' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/srcs/xiph.org/ices/src' make: *** [install-recursive] Error 1 Not much of a c guru but c...