[vlc-commits] Fix live555 breakage in last update

Jean-Baptiste Kempf git at videolan.org
Thu Jul 25 01:14:49 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 25 01:14:32 2013 +0200| [ea444abae1d09b751314b24f6352e55be335621d] | committer: Jean-Baptiste Kempf

Fix live555 breakage in last update

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea444abae1d09b751314b24f6352e55be335621d
---

 modules/access/live555.cpp |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/modules/access/live555.cpp b/modules/access/live555.cpp
index 9e02630..7a1ab16 100644
--- a/modules/access/live555.cpp
+++ b/modules/access/live555.cpp
@@ -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;
     }



More information about the vlc-commits mailing list