From ceb1c4a512817082430918f3fced22dce0691a12 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 19 Mar 2006 18:05:54 +0000 Subject: [PATCH] * sorry about the missing #if --- modules/demux/livedotcom.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/demux/livedotcom.cpp b/modules/demux/livedotcom.cpp index 4b9bcf141a..84a408f1ba 100644 --- a/modules/demux/livedotcom.cpp +++ b/modules/demux/livedotcom.cpp @@ -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; } -- 2.39.2