Package: mozilla-mplayer
Version: 3.55-1
Tags:    patch
User:    [EMAIL PROTECTED]
Usertag: debian-edu

The Mplayer mozilla plugin is able to play files using the mime type
"video/x-ms-wma", but because the plugin do not claim support for it,
the file isn't played.  This patch should solve the issue.  I found
the mime type listed as one supported by the vlc plugin, and thought
it should be working for the mplayer plugin as well.

Here is a patch to implement support for it.

--- mplayerplug-in-3.55.orig/Source/plugin-setup.cpp
+++ mplayerplug-in-3.55/Source/plugin-setup.cpp
@@ -310,6 +310,7 @@
                    "video/x-ms-wvx:wvx,*:Windows Media;"
                    "audio/x-ms-wax:wax,*:Windows Media;"
                    "audio/x-ms-wma:wma,*:Windows Media;"
+                   "video/x-ms-wma:wma,*:Windows Media;"
                    "application/x-drm-v2:asx,*:Windows Media;"
                    "audio/wav:wav,*:Microsoft wave file;"
                    "audio/x-wav:wav,*:Microsoft wave file;",

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to