]> git.sesse.net Git - vlc/blob - modules/demux/playlist/Modules.am
Split RAM playlist support from m3u to its own demuxer and fix its support.
[vlc] / modules / demux / playlist / Modules.am
1 SOURCES_playlist = \
2         playlist.c \
3         playlist.h \
4         m3u.c \
5     ram.c \
6         b4s.c \
7         pls.c \
8         dvb.c \
9         podcast.c \
10         xspf.c \
11         xspf.h \
12         shoutcast.c \
13         asx.c \
14         sgimb.c \
15         qtl.c \
16         gvp.c \
17         ifo.c \
18         itml.c \
19         itml.h \
20         $(NULL)
21
22 libvlc_LTLIBRARIES += libplaylist_plugin.la