From 85609c8095e14cba57e9f105018decd74afd33d8 Mon Sep 17 00:00:00 2001 From: Andreas Gal Date: Sun, 19 Feb 2012 20:57:37 +0100 Subject: [PATCH] add mp4 mine type --- darkhttpd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/darkhttpd.c b/darkhttpd.c index e1a2304..454c7b0 100644 --- a/darkhttpd.c +++ b/darkhttpd.c @@ -334,6 +334,7 @@ static const char *default_extension_map[] = { "video/mpeg" " mpeg mpe mpg", "video/quicktime" " qt mov", "video/x-msvideo" " avi", + "video/mp4" " mp4", NULL };