]> git.sesse.net Git - vlc/commitdiff
* fix the liveMedia VERSION_INT (hopefully)
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 19 Mar 2006 11:24:16 +0000 (11:24 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 19 Mar 2006 11:24:16 +0000 (11:24 +0000)
modules/demux/livedotcom.cpp

index e212c414e5ded10ace8b4cc8fdcc692f780c7292..4b9bcf141a46d6b45d6543b3e244ef2307aee7a9 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 */
-#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1138250000
+#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1138089600
         p_sys->i_timeout = p_sys->rtsp->sessionTimeoutParameter();
 #endif
         if( p_sys->i_timeout > 0 )