[project @ 2004-03-16 00:51:34 by jmb]

Add content mapping for image/pjpeg

svn path=/import/netsurf/; revision=628
This commit is contained in:
John Mark Bell 2004-03-16 00:51:34 +00:00
parent 3e417f948c
commit cbd74e24d7

View File

@ -64,6 +64,7 @@ static const struct mime_entry mime_map[] = {
#endif #endif
#ifdef WITH_JPEG #ifdef WITH_JPEG
{"image/jpeg", CONTENT_JPEG}, {"image/jpeg", CONTENT_JPEG},
{"image/pjpeg", CONTENT_JPEG},
#endif #endif
#ifdef WITH_PNG #ifdef WITH_PNG
{"image/png", CONTENT_PNG}, {"image/png", CONTENT_PNG},