summaryrefslogtreecommitdiff
path: root/src/htsindex.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-09-13 17:21:54 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-09-13 17:21:54 +0000
commit3b40219431d3442123e04f9eded596be44ada830 (patch)
tree9ed1d2413d6ba3c294d25049335c4e9395bd88fd /src/htsindex.c
parent9f0340968f1c48895048ab3da72e0c74acc55f3c (diff)
Removed MMS (Microsoft Media Server) ripping code (mmsrip)
* protocol was finally dropped in Windows Media Services 2008 * mmsrip is not supported anymore * some licensing issues regarding the protocol (ha-ha)
Diffstat (limited to 'src/htsindex.c')
-rw-r--r--src/htsindex.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/htsindex.c b/src/htsindex.c
index 23346c4..83e8f52 100644
--- a/src/htsindex.c
+++ b/src/htsindex.c
@@ -174,11 +174,7 @@ int index_keyword(const char *html_data, LLint size, const char *mime,
// FIXME - temporary fix for image/svg+xml (svg)
// "IN XML" (html like, in fact :) )
else if ((strfield2(mime, "image/svg+xml"))
- || (strfield2(mime, "image/svg-xml"))
-#if HTS_USEMMS
- || strfield2(mime, "video/x-ms-asf")
-#endif
- ) {
+ || (strfield2(mime, "image/svg-xml"))) {
inscript = 0;
} else if ((strfield2(mime, "application/x-javascript"))
|| (strfield2(mime, "text/css"))