From 24a3faf378488ca40ec8c371eb3977472c9bb29b Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 15 Feb 2008 21:21:10 +0000 Subject: Support icyx://. Patch by Sander Plas [sander oele net]. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26004 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/http.c b/stream/http.c index 55f1383b05..aa723adf17 100644 --- a/stream/http.c +++ b/stream/http.c @@ -971,7 +971,7 @@ const stream_info_t stream_info_http1 = { "Bertrand, Albeau, Reimar Doeffinger, Arpi?", "plain http", open_s1, - {"http", "http_proxy", "unsv", NULL}, + {"http", "http_proxy", "unsv", "icyx", NULL}, NULL, 0 // Urls are an option string }; -- cgit v1.2.3