[vlc-devel] commit: shout discovery: don't try to set non-existent option ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Mar 18 20:50:02 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Tue Mar 18 21:23:56 2008 +0200| [f2e6a702ae7401e2c0f11665660a753f611e180b]
shout discovery: don't try to set non-existent option
(funman removed m3u-extvlcopt a few days ago).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f2e6a702ae7401e2c0f11665660a753f611e180b
---
modules/services_discovery/shout.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/services_discovery/shout.c b/modules/services_discovery/shout.c
index 783d8d0..cdb6d70 100644
--- a/modules/services_discovery/shout.c
+++ b/modules/services_discovery/shout.c
@@ -71,7 +71,7 @@ static const struct shout_item_t p_frenchtv[] = {
static const struct shout_item_t p_items[] = {
item( N_("Shoutcast Radio"), "http/shout-winamp://www.shoutcast.com/sbin/newxml.phtml" ),
item( N_("Shoutcast TV"), "http/shout-winamp://www.shoutcast.com/sbin/newtvlister.phtml?alltv=1" ),
- itemWithOption ( N_("Freebox TV"), "http://mafreebox.freebox.fr/freeboxtv/playlist.m3u", "m3u-extvlcopt=1" ),
+ item( N_("Freebox TV"), "http://mafreebox.freebox.fr/freeboxtv/playlist.m3u" ),
itemWithChildren(N_("French TV"), p_frenchtv ),
endItem()
};
More information about the vlc-devel
mailing list