Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
9741e855
Commit
9741e855
authored
Mar 19, 2006
by
hartman
Browse files
* fix the liveMedia VERSION_INT (hopefully)
parent
5c3f9737
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/livedotcom.cpp
View file @
9741e855
...
...
@@ -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 >= 1138
2500
00
#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1138
0896
00
p_sys
->
i_timeout
=
p_sys
->
rtsp
->
sessionTimeoutParameter
();
#endif
if
(
p_sys
->
i_timeout
>
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment