[vlc-commits] commit: live555: print library version in debug ( =?UTF-8?Q?R=C3=A9mi=20Denis=2DCourmont=20?=)

git at videolan.org git at videolan.org
Fri Jan 7 21:38:28 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Jan  7 22:38:00 2011 +0200| [52d9726b99f056866bac73b89abbde127256e917] | committer: Rémi Denis-Courmont 

live555: print library version in debug

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

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

diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 9e908ac..86be94c 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -60,6 +60,7 @@
 #include <BasicUsageEnvironment.hh>
 #include <GroupsockHelper.hh>
 #include <liveMedia.hh>
+#include <liveMedia_version.hh>
 
 extern "C" {
 #include "../access/mms/asf.h"  /* Who said ugly ? */
@@ -297,6 +298,8 @@ static int  Open ( vlc_object_t *p_this )
     p_demux->p_sys     = p_sys = (demux_sys_t*)malloc( sizeof( demux_sys_t ) );
     if( !p_sys ) return VLC_ENOMEM;
 
+    msg_Dbg( p_demux, "version "LIVEMEDIA_LIBRARY_VERSION_STRING );
+
     p_sys->p_sdp = NULL;
     p_sys->scheduler = NULL;
     p_sys->env = NULL;



More information about the vlc-commits mailing list