|
Revision fa0e963f7ff1ad54afefeaf8c09aa6250efd84c9, 254 bytes
(checked in by Rémi Denis-Courmont <rdenis@simphalempin.com>, 3 months ago)
|
Move a bunch of plugins out of configure.ac
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
SOURCES_playlist = \ |
|---|
| 2 |
playlist.c \ |
|---|
| 3 |
playlist.h \ |
|---|
| 4 |
m3u.c \ |
|---|
| 5 |
b4s.c \ |
|---|
| 6 |
pls.c \ |
|---|
| 7 |
dvb.c \ |
|---|
| 8 |
podcast.c \ |
|---|
| 9 |
xspf.c \ |
|---|
| 10 |
xspf.h \ |
|---|
| 11 |
shoutcast.c \ |
|---|
| 12 |
asx.c \ |
|---|
| 13 |
sgimb.c \ |
|---|
| 14 |
qtl.c \ |
|---|
| 15 |
gvp.c \ |
|---|
| 16 |
ifo.c \ |
|---|
| 17 |
itml.c \ |
|---|
| 18 |
itml.h \ |
|---|
| 19 |
$(NULL) |
|---|
| 20 |
|
|---|
| 21 |
libvlc_LTLIBRARIES += libplaylist_plugin.la |
|---|