mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 12:12:35 +03:00
[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:
parent
3e417f948c
commit
cbd74e24d7
@ -64,6 +64,7 @@ static const struct mime_entry mime_map[] = {
|
||||
#endif
|
||||
#ifdef WITH_JPEG
|
||||
{"image/jpeg", CONTENT_JPEG},
|
||||
{"image/pjpeg", CONTENT_JPEG},
|
||||
#endif
|
||||
#ifdef WITH_PNG
|
||||
{"image/png", CONTENT_PNG},
|
||||
|
Loading…
Reference in New Issue
Block a user