From 688f1661217c7f3aa1b3a2b976c7dbaeed75d4bb Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 19 Mar 2006 01:28:18 +0000 Subject: [PATCH] * fix ifdef --- modules/demux/livedotcom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demux/livedotcom.cpp b/modules/demux/livedotcom.cpp index ecd4e4ebe1..e212c414e5 100644 --- a/modules/demux/livedotcom.cpp +++ b/modules/demux/livedotcom.cpp @@ -446,7 +446,7 @@ static int Open ( vlc_object_t *p_this ) } /* Retrieve the timeout value and set up a timeout prevention thread */ -#ifdef LIVEMEDIA_LIBRARY_VERSION_INT > 1138250000 +#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1138250000 p_sys->i_timeout = p_sys->rtsp->sessionTimeoutParameter(); #endif if( p_sys->i_timeout > 0 ) -- 2.39.2