]> git.sesse.net Git - vlc/commitdiff
* fix ifdef
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 19 Mar 2006 01:28:18 +0000 (01:28 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 19 Mar 2006 01:28:18 +0000 (01:28 +0000)
modules/demux/livedotcom.cpp

index ecd4e4ebe18067e9da67d1b18709439f7a8231cc..e212c414e5ded10ace8b4cc8fdcc692f780c7292 100644 (file)
@@ -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 )