]> git.sesse.net Git - vlc/blobdiff - mozilla/vlcplugin.h
Fortuuuuune.
[vlc] / mozilla / vlcplugin.h
index e0aa93649aacb1809018b2c210ac1d957a6862cb..e383974c3829978fd4ee678952f600df95988566 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * vlcplugin.h: a VLC plugin for Mozilla
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: vlcplugin.h,v 1.12 2003/08/14 12:38:03 garf Exp $
+ * Copyright (C) 2002-2005 the VideoLAN team
+ * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
  * Instance state information about the plugin.
  ******************************************************************************/
 
-/* No, I really don't want to use XP_UNIX stuff on MacOSX */
-#ifdef XP_MACOSX
-#undef XP_UNIX
-#endif
-
 class VlcPlugin
 {
 public:
@@ -109,6 +104,9 @@ private:
     "application/x-vlc-plugin::VLC plugin;" \
     /* windows media */ \
     "video/x-ms-asf-plugin:asf,asx:Windows Media Video;" \
+    "video/x-ms-asf:asf,asx:Windows Media Video;" \
     "application/x-mplayer2::Windows Media;" \
-    "video/x-ms-wmv:wmv:Windows Media" \
+    "video/x-ms-wmv:wmv:Windows Media;" \
+    /* Google VLC mime */ \
+    "application/x-google-vlc-plugin::Google VLC plugin" \