git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a module to export the playlist in HTML (feature requested on the forum).
[vlc.git]
/
modules
/
misc
/
playlist
/
Modules.am
1
SOURCES_export = \
2
export.c \
3
html.c \
4
m3u.c \
5
xspf.c \
6
xspf.h \
7
old.c \
8
$(NULL)
9
10
libvlc_LTLIBRARIES += libexport_plugin.la