In that case I must be doing something foolish, for which my apologies. I am using this version of live555:
http://www.live555.com/liveMedia/public ... .08.tar.gz
and patch rejects the following section:
Code: Select all
--- groupsock/inet.c 2010-04-09 22:27:39.000000000 +0300
+++ groupsock/inet.c 2010-04-17 20:14:07.000000000 +0300
@@ -83,16 +83,6 @@
#define NULL 0
#endif
-#if !defined(VXWORKS)
-struct hostent* our_gethostbyname(name)
- char* name;
-{
- if (!initializeWinsockIfNecessary()) return NULL;
-
- return (struct hostent*) gethostbyname(name);
-}
-#endif
-
#ifndef USE_OUR_RANDOM
/* Use the system-supplied "random()" and "srandom()" functions */
#include <stdlib.h>
It has been
suggested elsewhere that the problem line may be:
and certainly altering this line to:
as suggested by mc4man allows the patch to succeed.
Thanks,
Andrew