]> git.sesse.net Git - vlc/commitdiff
Shoutcast SD, goodbye
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 14 Feb 2010 19:11:50 +0000 (20:11 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 14 Feb 2010 19:18:02 +0000 (20:18 +0100)
The .c file is not yet removed to help transition to lua scripts.

modules/services_discovery/Modules.am
po/POTFILES.in

index 77b9eba04279d2b905e75b1683e0748037ce4021..bb603292f841b24612e2faeaf401f51c5506f400 100644 (file)
@@ -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)
index fedd8bf7ff5fd75e4faf38a3d20111b7f1d1c04e..d139b290e265ceab28653eab5afff37c32868fe7 100644 (file)
@@ -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