vlc | branch: master | Rafaël Carré <[email protected]> | Thu Oct 7 14:23:40 2010 -0700| [5b49f631404f4c89e7f2afda975da29d03aafd08] | committer: Rafaël Carré
live-inet_ntop.patch: update for new live555 release > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b49f631404f4c89e7f2afda975da29d03aafd08 --- extras/contrib/src/Patches/live-inet_ntop.patch | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/extras/contrib/src/Patches/live-inet_ntop.patch b/extras/contrib/src/Patches/live-inet_ntop.patch index eed43a0..a401141 100644 --- a/extras/contrib/src/Patches/live-inet_ntop.patch +++ b/extras/contrib/src/Patches/live-inet_ntop.patch @@ -155,19 +155,6 @@ diff -ru live.orig/liveMedia/RTSPClient.cpp live/liveMedia/RTSPClient.cpp } if (connect(socketNum, (struct sockaddr*) &remoteName, sizeof remoteName) != 0) { if (envir().getErrno() == EINPROGRESS) { -diff -ru live.orig/liveMedia/RTSPOverHTTPServer.cpp live/liveMedia/RTSPOverHTTPServer.cpp ---- live.orig/liveMedia/RTSPOverHTTPServer.cpp 2010-05-30 01:20:31.000000000 +0300 -+++ live/liveMedia/RTSPOverHTTPServer.cpp 2010-06-06 00:34:03.000000000 +0300 -@@ -128,7 +128,8 @@ - makeSocketNonBlocking(clientSocket); - increaseSendBufferTo(envir(), clientSocket, 50*1024); - #if defined(DEBUG) || defined(DEBUG_CONNECTIONS) -- fprintf(stderr, "accept()ed connection from %s\n", our_inet_ntoa(clientAddr.sin_addr)); -+ char buf[16]; -+ fprintf(stderr, "accept()ed connection from %s\n", our_inet_ntoa(clientAddr.sin_addr, buf)); - #endif - - // Create a new object for handling this HTTP connection: diff -ru live.orig/liveMedia/RTSPServer.cpp live/liveMedia/RTSPServer.cpp --- live.orig/liveMedia/RTSPServer.cpp 2010-09-23 17:15:48.000000000 +0200 +++ live/liveMedia/RTSPServer.cpp 2010-09-24 12:49:57.000000000 +0200 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
