Displaying 1 result from an estimated 1 matches for "writenumber".
Did you mean:
writemember
2009 Mar 18
1
Can't compile rtmpdump source
...ing output:
# gmake
g++ -Wall -c -o bytes.o bytes.cpp
In file included from bytes.cpp:25:
bytes.h:37:20: endian.h: No such file or directory
bytes.h:38:22: byteswap.h: No such file or directory
bytes.h:45:2: #error "Undefined byte and float word order!"
bytes.cpp: In function `void WriteNumber(char*, double)':
bytes.cpp:34: warning: converting to `uint64_t' from `double'
bytes.cpp: In function `int ReadInt32LE(const char*)':
bytes.cpp:96: error: `__bswap_32' was not declared in this scope
bytes.cpp:96: warning: unused variable '__bswap_32'
bytes.cpp: In f...