[vlc-devel] [PATCH 17/17] Temporarily disable satip

Denis Charmet typx at dinauz.org
Mon Apr 22 19:10:46 CEST 2019


---
 modules/access/Makefile.am | 2 +-
 modules/access/live555.cpp | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index 9cdf98e0a1..a699189f66 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -407,7 +407,7 @@ endif
 
 libsatip_plugin_la_SOURCES = access/satip.c
 libsatip_plugin_la_LIBADD = $(SOCKET_LIBS)
-access_LTLIBRARIES += libsatip_plugin.la
+#access_LTLIBRARIES += libsatip_plugin.la
 
 ### Misc ###
 
diff --git a/modules/access/live555.cpp b/modules/access/live555.cpp
index 8578628790..969a2b63d3 100644
--- a/modules/access/live555.cpp
+++ b/modules/access/live555.cpp
@@ -317,6 +317,7 @@ static int  Open ( vlc_object_t *p_this )
         msg_Err( p_demux, "SAT>IP server, bailing out");
         return VLC_EGENERIC;
     }
+#if 0
     /* If satip-host is set on the item, we shall assume it is a rtsp for the
      * SAT>IP module and bail-out early. */
     char *psz_host = var_InheritString(p_demux, "satip-host");
@@ -325,6 +326,7 @@ static int  Open ( vlc_object_t *p_this )
         free(psz_host);
         return VLC_EGENERIC;
     }
+#endif
 
     if( p_demux->s )
     {
-- 
2.20.1



More information about the vlc-devel mailing list