]> git.sesse.net Git - vlc/commitdiff
* sorry about the missing #if
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 19 Mar 2006 18:05:54 +0000 (18:05 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 19 Mar 2006 18:05:54 +0000 (18:05 +0000)
modules/demux/livedotcom.cpp

index 4b9bcf141a46d6b45d6543b3e244ef2307aee7a9..84a408f1ba8864ee72a45291f3216111c770cacc 100644 (file)
@@ -815,7 +815,9 @@ static int Demux( demux_t *p_demux )
     if( p_sys->b_timeout_call && p_sys->rtsp && p_sys->ms )
     {
         char *psz_bye = NULL;
+#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1138089600
         p_sys->rtsp->getMediaSessionParameter( *p_sys->ms, NULL, psz_bye );
+#endif
         p_sys->b_timeout_call = VLC_FALSE;
     }