Commit 9741e855 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* fix the liveMedia VERSION_INT (hopefully)

parent 5c3f9737
......@@ -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 )
......
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