diff options
| author | Giacomo Tesio <giacomo@tesio.it> | 2024-12-09 15:23:53 +0100 |
|---|---|---|
| committer | Giacomo Tesio <giacomo@tesio.it> | 2024-12-09 15:23:53 +0100 |
| commit | 4ea42930b34285231244d9bfc9af7fb9307c3f8c (patch) | |
| tree | 6f717e3cc5ca75e28bb71c4c7ba7475af8f51e4b /xs_mime.h | |
| parent | bd74ffda5b25cc07e8d559815e027c8dab3b9d73 (diff) | |
| parent | 7808d7062508c1b4740eea508baf503dffd89a70 (diff) | |
Merge branch 'master' into build-with-musl
Diffstat (limited to 'xs_mime.h')
| -rw-r--r-- | xs_mime.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,11 +11,12 @@ extern const char *xs_mime_types[]; #ifdef XS_IMPLEMENTATION /* intentionally brain-dead simple */ -/* CAUTION: sorted */ +/* CAUTION: sorted by extension */ const char *xs_mime_types[] = { "3gp", "video/3gpp", "aac", "audio/aac", + "avif", "image/avif", "css", "text/css", "flac", "audio/flac", "flv", "video/flv", |