[vlc-devel] commit: Added icyx as http alias (some icy servers seem to use it). ( Laurent Aimar )
git version control
git at videolan.org
Fri May 8 00:28:26 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu May 7 23:27:57 2009 +0200| [fc44328d1a283e1729ab089a51bf6fdf4022c9a9] | committer: Laurent Aimar
Added icyx as http alias (some icy servers seem to use it).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc44328d1a283e1729ab089a51bf6fdf4022c9a9
---
modules/access/http.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/http.c b/modules/access/http.c
index 59cdf33..f94d7cd 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -124,6 +124,7 @@ vlc_module_begin ()
add_shortcut( "https" )
add_shortcut( "unsv" )
add_shortcut( "itpc" ) /* iTunes Podcast */
+ add_shortcut( "icyx" )
set_callbacks( Open, Close )
vlc_module_end ()
More information about the vlc-devel
mailing list