Commit 06ddb9f0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Mozilla: Add the relevant webm mimetypes to the webplguin

(cherry picked from commit 9a2c22d4b3776ca931685d8eaf35b2a46977c29e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e29b7007
......@@ -415,6 +415,9 @@ private:
"video/x-matroska:mkv:Matroska video;" \
"audio/x-matroska:mka:Matroska audio;" \
/* XSPF */ \
"application/xspf+xml:xspf:Playlist xspf;"
"application/xspf+xml:xspf:Playlist xspf;" \
/* Webm */ \
"video/webm:webm:WebM video;" \
"audio/webm:webm:WebM audio;"
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment