Bug#490404: VLC plugin should claim support for audio/x-mpegurl

Petter Reinholdtsen pere at hungry.com
Sat Jul 12 07:26:15 UTC 2008


tags 490404 + patch
thanks

This patch solve the issue.  As far as I can tell, there is nothing
using the npvlc_rc.rc file, so I do not provide an update for it.  Its
content seem to be derived from the values in the header file.  The
patch is tested and found to be working.

diff -ur vlc-0.8.6.e/mozilla/vlcplugin.h vlc-0.8.6.e.new/mozilla/vlcplugin.h
--- vlc-0.8.6.e/mozilla/vlcplugin.h     2007-11-21 22:23:46.000000000 +0000
+++ vlc-0.8.6.e.new/mozilla/vlcplugin.h 2008-07-12 07:23:58.000000000 +0000
@@ -128,6 +128,7 @@
     /* MPEG-1 and MPEG-2 */ \
     "audio/mpeg:mp2,mp3,mpga,mpega:MPEG audio;" \
     "audio/x-mpeg:mp2,mp3,mpga,mpega:MPEG audio;" \
+    "audio/x-mpegurl:m3u:MPEG audio;" \
     "video/mpeg:mpg,mpeg,mpe:MPEG video;" \
     "video/x-mpeg:mpg,mpeg,mpe:MPEG video;" \
     "video/mpeg-system:mpg,mpeg,mpe,vob:MPEG video;" \

Happy hacking,
-- 
Petter Reinholdtsen





More information about the pkg-multimedia-maintainers mailing list