]> git.sesse.net Git - vlc/commitdiff
Mozilla: Add the relevant webm mimetypes to the webplguin
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 May 2010 20:39:30 +0000 (22:39 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 May 2010 20:39:30 +0000 (22:39 +0200)
projects/mozilla/vlcplugin.h

index cefa1ab21dd95c5bef20e6d1652fd09e862d75f1..3491f63694be324d82f71e856aae76df913d5db6 100644 (file)
@@ -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