mimetypes: add audio/video support for apple airplay
[project/uhttpd.git] / mimetypes.h
index 1f5b92ff57e5d2cba132c4c0d87143faa8fadea0..b01888f2f5459e325cb76012690b63250b0afd9c 100644 (file)
@@ -74,10 +74,13 @@ static const struct mimetype uh_mime_types[] = {
        { "mp3",     "audio/mpeg" },
        { "ogg",     "audio/x-vorbis+ogg" },
        { "wav",     "audio/x-wav" },
+       { "aac",     "audio/aac" },
 
        { "mpg",     "video/mpeg" },
        { "mpeg",    "video/mpeg" },
        { "avi",     "video/x-msvideo" },
+       { "mov",     "video/quicktime" },
+       { "mp4",     "video/mp4" },
 
        { "README",  "text/plain" },
        { "log",     "text/plain" },