Commit ea444aba authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix live555 breakage in last update

parent 6809bd99
......@@ -243,7 +243,11 @@ public:
char const* applicationName, portNumBits tunnelOverHTTPPortNum,
demux_sys_t *p_sys) :
RTSPClient( env, rtspURL, verbosityLevel, applicationName,
tunnelOverHTTPPortNum )
tunnelOverHTTPPortNum
#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1373932800
, -1
#endif
)
{
this->p_sys = p_sys;
}
......
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