|
Revision fa0e963f7ff1ad54afefeaf8c09aa6250efd84c9, 284 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_trivial_channel_mixer = trivial.c |
|---|
| 2 |
SOURCES_simple_channel_mixer = simple.c |
|---|
| 3 |
SOURCES_headphone_channel_mixer = headphone.c |
|---|
| 4 |
SOURCES_dolby_surround_decoder = dolby.c |
|---|
| 5 |
SOURCES_mono = mono.c |
|---|
| 6 |
|
|---|
| 7 |
libvlc_LTLIBRARIES += \ |
|---|
| 8 |
libmono_plugin.la \ |
|---|
| 9 |
libtrivial_channel_mixer_plugin.la \ |
|---|
| 10 |
$(NULL) |
|---|