[vlc-commits] commit: Mozilla: Add the relevant webm mimetypes to the webplguin ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu May 20 18:29:16 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 19 22:39:30 2010 +0200| [06ddb9f0c911081fff72108a9e753c7ca019ddaa] | committer: Jean-Baptiste Kempf 

Mozilla: Add the relevant webm mimetypes to the webplguin
(cherry picked from commit 9a2c22d4b3776ca931685d8eaf35b2a46977c29e)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=06ddb9f0c911081fff72108a9e753c7ca019ddaa
---

 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 ff2e4cf..0d26099 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