[vlc-commits] contribs: update live555 patch
    Pierre Ynard 
    git at videolan.org
       
    Tue Jun 14 20:45:33 CEST 2011
    
    
  
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Jun 14 20:44:32 2011 +0200| [5f5704a01313beba2973e8b4ea61a504e8b7b8ed] | committer: Pierre Ynard
contribs: update live555 patch
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f5704a01313beba2973e8b4ea61a504e8b7b8ed
---
 extras/contrib/src/Patches/live-inet_ntop.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/Patches/live-inet_ntop.patch b/extras/contrib/src/Patches/live-inet_ntop.patch
index b565f71..60071e6 100644
--- a/extras/contrib/src/Patches/live-inet_ntop.patch
+++ b/extras/contrib/src/Patches/live-inet_ntop.patch
@@ -177,9 +177,9 @@ diff -ru live.orig/liveMedia/RTSPServer.cpp live/liveMedia/RTSPServer.cpp
    increaseSendBufferTo(envir(), clientSocket, 50*1024);
  
  #ifdef DEBUG
--  envir() << "accept()ed connection from " << our_inet_ntoa(clientAddr.sin_addr) << '\n';
+-  envir() << "accept()ed connection from " << our_inet_ntoa(clientAddr.sin_addr) << "\n";
 +  char buf[16];
-+  envir() << "accept()ed connection from " << our_inet_ntoa(clientAddr.sin_addr, buf) << '\n';
++  envir() << "accept()ed connection from " << our_inet_ntoa(clientAddr.sin_addr, buf) << "\n";
  #endif
  
    // Create a new object for this RTSP session.
    
    
More information about the vlc-commits
mailing list