From: Laurent Aimar Date: Fri, 1 Aug 2003 17:30:33 +0000 (+0000) Subject: * http: added mime type for .css file. X-Git-Tag: 0.6.2~81 X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=6ac29eec363a6b9165d31496e5f83c76dbd402ef * http: added mime type for .css file. --- diff --git a/modules/control/http.c b/modules/control/http.c index 139b356e02..9d066116bf 100644 --- a/modules/control/http.c +++ b/modules/control/http.c @@ -2,7 +2,7 @@ * http.c : http mini-server ;) ***************************************************************************** * Copyright (C) 2001 VideoLAN - * $Id: http.c,v 1.20 2003/07/31 21:46:37 gbazin Exp $ + * $Id: http.c,v 1.21 2003/08/01 17:30:33 fenrir Exp $ * * Authors: Gildas Bazin * Laurent Aimar @@ -429,6 +429,8 @@ static struct { ".htm", "text/html" }, { ".html", "text/html" }, + { ".css", "text/css" }, + /* media mime */ { ".avi", "video/avi" }, { ".asf", "video/x-ms-asf" },