Note also that because you’re *cross*-compiling, you need to be careful if the 
byte order of the architecture that you’re compiling for is different from that 
of the architecture that you’re compiling on.  If that’s the case, then you 
need to ensure that the “htons()”, “ntohs()”, “htonl()” and “ntohl()” functions 
work correctly; their implementation should be for the architecture that you’re 
compiling *for*.

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to