Commit ceb1c4a5 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* sorry about the missing #if

parent 053e3a9a
...@@ -815,7 +815,9 @@ static int Demux( demux_t *p_demux ) ...@@ -815,7 +815,9 @@ static int Demux( demux_t *p_demux )
if( p_sys->b_timeout_call && p_sys->rtsp && p_sys->ms ) if( p_sys->b_timeout_call && p_sys->rtsp && p_sys->ms )
{ {
char *psz_bye = NULL; char *psz_bye = NULL;
#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1138089600
p_sys->rtsp->getMediaSessionParameter( *p_sys->ms, NULL, psz_bye ); p_sys->rtsp->getMediaSessionParameter( *p_sys->ms, NULL, psz_bye );
#endif
p_sys->b_timeout_call = VLC_FALSE; p_sys->b_timeout_call = VLC_FALSE;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment