[vlc-commits] commit: Mozilla: Add the relevant webm mimetypes to the webplguin ( Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Wed May 19 22:39:46 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 19 22:39:30 2010 +0200| [9a2c22d4b3776ca931685d8eaf35b2a46977c29e] | committer: Jean-Baptiste Kempf
Mozilla: Add the relevant webm mimetypes to the webplguin
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9a2c22d4b3776ca931685d8eaf35b2a46977c29e
---
projects/mozilla/vlcplugin.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/projects/mozilla/vlcplugin.h b/projects/mozilla/vlcplugin.h
index cefa1ab..3491f63 100644
--- a/projects/mozilla/vlcplugin.h
+++ b/projects/mozilla/vlcplugin.h
@@ -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
More information about the vlc-commits
mailing list