[vlc-devel] commit: live555: compilation fix ( Felix Paul Kühne )

git version control git at videolan.org
Sun Aug 3 20:18:33 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Aug  3 20:17:24 2008 +0200| [179112530e7be34c793415f5b8c41e526ea6d137] | committer: Felix Paul Kühne 

live555: compilation fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=179112530e7be34c793415f5b8c41e526ea6d137
---

 modules/demux/live555.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index fdc2790..dc6c0ed 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -220,7 +220,7 @@ static void StreamRead  ( void *, unsigned int, unsigned int,
 static void StreamClose ( void * );
 static void TaskInterrupt( void * );
 
-static void TimeoutPrevention( timeout_thread_t * );
+static void* TimeoutPrevention( vlc_object_t * );
 
 static unsigned char* parseH264ConfigStr( char const* configStr,
                                           unsigned int& configSize );
@@ -1702,7 +1702,7 @@ static void TaskInterrupt( void *p_private )
 /*****************************************************************************
  *
  *****************************************************************************/
-static void * TimeoutPrevention( vlc_object_t * p_this )
+static void* TimeoutPrevention( vlc_object_t * p_this )
 {
     timeout_thread_t *p_timeout = (timeout_thread_t *)p_this;
     p_timeout->b_die = false;




More information about the vlc-devel mailing list