diff options
Diffstat (limited to 'src/htsindex.c')
-rw-r--r-- | src/htsindex.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/htsindex.c b/src/htsindex.c index af87396..0546b2f 100644 --- a/src/htsindex.c +++ b/src/htsindex.c @@ -180,6 +180,10 @@ int index_keyword(const char* html_data,LLint size,const char* mime,const char* (strfield2(mime,"image/svg+xml")) || (strfield2(mime,"image/svg-xml")) +#if HTS_USEMMS + || + strfield2(mime,"video/x-ms-asf") +#endif ) { inscript=0; } |