$NetBSD: patch-ag,v 1.1 2008/04/11 10:11:59 agc Exp $ --- src/config_manager.cc 2008/04/11 09:51:48 1.1 +++ src/config_manager.cc 2008/04/11 09:52:52 @@ -486,6 +486,7 @@ Ref ext2mt(new Element(_("extension-mimetype"))); ext2mt->setAttribute(_("ignore-unknown"), _(DEFAULT_IGNORE_UNKNOWN_EXTENSIONS)); ext2mt->appendElementChild(map_from_to(_("mp3"), _("audio/mpeg"))); + ext2mt->appendElementChild(map_from_to(_("mp4"), _("video/mp4"))); ext2mt->appendElementChild(map_from_to(_("ogg"), _("application/ogg"))); ext2mt->appendElementChild(map_from_to(_("asf"), _("video/x-ms-asf"))); ext2mt->appendElementChild(map_from_to(_("asx"), _("video/x-ms-asf")));