From: Russell Bryant Date: Thu, 5 Apr 2007 15:47:17 +0000 (+0000) Subject: Add the MIME type for gif by request from Pari X-Git-Tag: 1.4.7.1~478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01b09027f736c81e034153f5f95f51d9c96ed0b5;p=thirdparty%2Fasterisk.git Add the MIME type for gif by request from Pari git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@60265 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/http.c b/main/http.c index cf09625330..bd140279f8 100644 --- a/main/http.c +++ b/main/http.c @@ -86,6 +86,7 @@ static struct { { "wav", "audio/x-wav" }, { "mp3", "audio/mpeg" }, { "svg", "image/svg+xml" }, + { "gif", "image/gif" }, }; static char *ftype2mtype(const char *ftype, char *wkspace, int wkspacelen)