search for: fixies

Displaying 3 results from an estimated 3 matches for "fixies".

Did you mean: fixes
2004 May 17
0
openbsd compilation fails for recent checkout of v1-0_stable
This has been mentioned before on this list, but in order for md5.c to compile successfully (OpenBSD 3.3), the following must change in md5.c: #if defined( __FreeBSD__ ) || defined( __OpenBSD__ ) # include <sys/endian.h> Change this to be: #if defined( __FreeBSD__ ) || defined( __OpenBSD__ ) # include <machine/types.h> # include <machine/endian.h> And -E is an invalid
2004 Aug 06
5
Announcing Version 2.0.0 of Icecast
After many years of development and testing, icecast has finally moved to 2.0.0. What's new in 2.0 ? * completely rewritten codebase from 1.x - highly efficient and low memory usage. * addition of new media types (Ogg Vorbis) and a framework to add new ones easier. Icecast still supports MP3 streaming as well (including shoutcast-style metadata) * a web-based administration
2004 Aug 06
5
Announcing Version 2.0.0 of Icecast
After many years of development and testing, icecast has finally moved to 2.0.0. What's new in 2.0 ? * completely rewritten codebase from 1.x - highly efficient and low memory usage. * addition of new media types (Ogg Vorbis) and a framework to add new ones easier. Icecast still supports MP3 streaming as well (including shoutcast-style metadata) * a web-based administration