From: Jean-Baptiste Kempf Date: Sun, 14 Feb 2010 19:11:50 +0000 (+0100) Subject: Shoutcast SD, goodbye X-Git-Tag: 1.1.0-ff~22 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bf7db5be441aabb740157dce7c61c42f14924a70;p=vlc Shoutcast SD, goodbye The .c file is not yet removed to help transition to lua scripts. --- diff --git a/modules/services_discovery/Modules.am b/modules/services_discovery/Modules.am index 77b9eba042..bb603292f8 100644 --- a/modules/services_discovery/Modules.am +++ b/modules/services_discovery/Modules.am @@ -1,5 +1,4 @@ SOURCES_sap = sap.c -SOURCES_shout = shout.c SOURCES_upnp_cc = upnp_cc.cpp SOURCES_upnp_intel = upnp_intel.cpp upnp_intel.hpp SOURCES_bonjour = bonjour.c @@ -21,5 +20,4 @@ libvlc_LTLIBRARIES += \ libmediadirs_plugin.la \ libpodcast_plugin.la \ libsap_plugin.la \ - libshout_plugin.la \ $(LTLIBxcb_apps) diff --git a/po/POTFILES.in b/po/POTFILES.in index fedd8bf7ff..d139b290e2 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1005,7 +1005,6 @@ modules/services_discovery/bonjour.c modules/services_discovery/mediadirs.c modules/services_discovery/podcast.c modules/services_discovery/sap.c -modules/services_discovery/shout.c modules/services_discovery/udev.c modules/services_discovery/upnp_cc.cpp modules/services_discovery/upnp_intel.cpp