search for: dxdragon

Displaying 5 results from an estimated 5 matches for "dxdragon".

Did you mean: dragon
2008 Aug 31
1
ezstream build failure and AC_LIB_PREPARE_PREFIX
Hello there, First of all, is this the right place to ask about ezstream? I couldn't find a better one. I wanted to tinker a bit with ezstream, so I checked the Subversion head out (by the way, the ezstream page on icecast.org does not list the Subversion URI, so I figured http://svn.xiph.org/trunk/ezstream/ will do). However, I couldn't compile it, because autogen.sh said this:
2009 Jan 31
0
[PATCH] Compilation of libshout with MinGW
Hello, Attached is a patch which makes libshout compile on Win32 with MinGW/MSYS. I suppose some explanations are in order. * Various definitions were only necessary when compiling with MSVC. GCC already has them, and they caused some redefinition errors. * The timing library requires gettimeofday or ftime, but configure.ac didn't have checks for either. Added. * I removed the dependency on
2008 Oct 07
3
tftp behaves erroneously on "File not found"
Hello, Looks like tftp-hpa handles missing files somewhat incorrectly. When it receives the error 1 (File not found), it sends back an acknowledgement for block #1 and creates an empty file. Protocol says errors terminate the connection. I can't try other errors, as I can't cause them; but they may cause the same behaviour. -- Roman.
2008 Oct 20
2
[PATCH] Compilation of tftp-hpa's Git HEAD with no IPv6, and misc
This patch does two things: a) makes tftp-hpa to compile on systems with no IPv6 support (there were some IPv6 macros used unconditionally); b) removes a stray binary character, which was annoying. By the way, I see that 'configure' tests for <winsock.h> and <winsock2.h>, but Winsock isn't actually used. What's the reason? diff --git a/config.h b/config.h index
2011 Apr 18
0
Error in floor0 decode specification
Hello, It seems there is an error in the algorithm for floor0 decode in section 6.2.2 of the Vorbis specification. Here's the relevant part: 3 3) [coefficients] is an empty, zero length vector 4 4) [booknumber] = read an unsigned integer of ilog( [floor0_number_of_books] ) bits 5 5) if ( [booknumber] is greater than the highest number decode codebook ) then