tags 490402 + patch
retitle 490402 Mplayer plugin should claim support for audio/x-m4a and audio/m4a
thanks
This patch solve the issue, by adding the two required mime types used
by the test page. Please include it in Lenny, as the support is
requested by a school for use in Debian Edu (the test page is from a
school here in Norway).
I was not quite sure which option this mime type should be grouped
under, but went with the mp3 one, as it seemed most appropriate.
diff -ru mplayerplug-in-3.55/Source/plugin-setup.cpp
mplayerplug-in-3.55.new/Source/plugin-setup.cpp
--- mplayerplug-in-3.55/Source/plugin-setup.cpp 2008-05-13 21:42:58.000000000
+0000
+++ mplayerplug-in-3.55.new/Source/plugin-setup.cpp 2008-07-12
19:50:28.000000000 +0000
@@ -356,6 +356,8 @@
"audio/mpeg3:mp3:MPEG audio;"
"audio/x-mpeg3:mp3:MPEG audio;"
"audio/x-mpegurl:m3u:MPEG url;"
+ "audio/m4a:m4a:MPEG audio;"
+ "audio/x-m4a:m4a:MPEG audio;"
"audio/mp3:mp3:MPEG audio;", sizeof(MimeTypes));
}
Happy hacking,
--
Petter Reinholdtsen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]