]> git.sesse.net Git - vlc/commit
added a new demux that reads .m3u files and addes the contained items to
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Tue, 12 Nov 2002 22:18:54 +0000 (22:18 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Tue, 12 Nov 2002 22:18:54 +0000 (22:18 +0000)
commit669c88b5169e8e03a9454a8e4188be0bd5906351
tree6ba5b5b47f5937ce625b9a133ba83fd7eb6d3d91
parent35b69681420c1b17c03d0b94946e1e0e684b7adc
 added a new demux that reads .m3u files and addes the contained items to
the playlist. Currently only autodetects files that start with #EXTM3U
otherwise you'll have to force it.
configure.ac.in
modules/demux/Modules.am
modules/demux/m3u.c [new file with mode: 0644]