[MPlayer-cvslog] r26004 - trunk/stream/http.c
reimar
subversion at mplayerhq.hu
Fri Feb 15 22:21:10 CET 2008
Author: reimar
Date: Fri Feb 15 22:21:10 2008
New Revision: 26004
Log:
Support icyx://.
Patch by Sander Plas [sander oele net].
Modified:
trunk/stream/http.c
Modified: trunk/stream/http.c
==============================================================================
--- trunk/stream/http.c (original)
+++ trunk/stream/http.c Fri Feb 15 22:21:10 2008
@@ -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
};
More information about the MPlayer-cvslog
mailing list