]> git.sesse.net Git - vlc/commitdiff
Fix live555 breakage in last update
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 24 Jul 2013 23:14:32 +0000 (01:14 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 24 Jul 2013 23:14:32 +0000 (01:14 +0200)
modules/access/live555.cpp

index 9e02630db2b9c15c83961a5c86ca47fbc07cf7a2..7a1ab161e062082ab20fd3f9c24b0421c71570e2 100644 (file)
@@ -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;
     }