summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-15 21:21:10 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-15 21:21:10 +0000
commit24a3faf378488ca40ec8c371eb3977472c9bb29b (patch)
treebb9d24a186042fdf9030194c471c00642d1be06d /stream
parent411455725579a541a05dd88b192041aa397ae574 (diff)
downloadmpv-24a3faf378488ca40ec8c371eb3977472c9bb29b.tar.bz2
mpv-24a3faf378488ca40ec8c371eb3977472c9bb29b.tar.xz
Support icyx://.
Patch by Sander Plas [sander oele net]. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26004 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/http.c2
1 files changed, 1 insertions, 1 deletions
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
};