]> git.sesse.net Git - vlc/blob - modules/audio_filter/Modules.am
libsamplerate resampling filter
[vlc] / modules / audio_filter / Modules.am
1 SOURCES_equalizer = equalizer.c equalizer_presets.h
2 SOURCES_compressor = compressor.c
3 SOURCES_normvol = normvol.c
4 SOURCES_audiobargraph_a = audiobargraph_a.c
5 SOURCES_param_eq = param_eq.c
6 SOURCES_scaletempo = scaletempo.c
7 SOURCES_chorus_flanger = chorus_flanger.c
8 SOURCES_spatializer = \
9         spatializer/allpass.cpp spatializer/allpass.hpp \
10         spatializer/comb.cpp spatializer/comb.hpp \
11         spatializer/denormals.h spatializer/denormals.c \
12         spatializer/tuning.h \
13         spatializer/revmodel.cpp spatializer/revmodel.hpp \
14         spatializer/spatializer.cpp
15
16 libvlc_LTLIBRARIES += \
17         libaudiobargraph_a_plugin.la \
18         libchorus_flanger_plugin.la \
19         libcompressor_plugin.la \
20         libequalizer_plugin.la \
21         libnormvol_plugin.la \
22         libparam_eq_plugin.la \
23         libscaletempo_plugin.la \
24         libspatializer_plugin.la
25
26 # Channel mixers
27 SOURCES_trivial_channel_mixer = channel_mixer/trivial.c
28 SOURCES_simple_channel_mixer = channel_mixer/simple.c
29 SOURCES_headphone_channel_mixer = channel_mixer/headphone.c
30 SOURCES_dolby_surround_decoder = channel_mixer/dolby.c
31 SOURCES_mono = channel_mixer/mono.c
32
33 libvlc_LTLIBRARIES += \
34         libdolby_surround_decoder_plugin.la \
35         libheadphone_channel_mixer_plugin.la \
36         libmono_plugin.la \
37         libsimple_channel_mixer_plugin.la \
38         libtrivial_channel_mixer_plugin.la
39
40 # Converters
41 SOURCES_converter_fixed = converter/fixed.c
42 SOURCES_a52tospdif = converter/a52tospdif.c
43 SOURCES_a52tofloat32 = converter/a52tofloat32.c
44 SOURCES_dtstospdif = converter/dtstospdif.c
45 SOURCES_dtstofloat32 = converter/dtstofloat32.c
46 SOURCES_mpgatofixed32 = converter/mpgatofixed32.c
47 SOURCES_audio_format = converter/format.c
48
49 libvlc_LTLIBRARIES += \
50         liba52tospdif_plugin.la \
51         libaudio_format_plugin.la \
52         libconverter_fixed_plugin.la \
53         libdtstospdif_plugin.la
54
55 # Resamplers
56 SOURCES_bandlimited_resampler = \
57         resampler/bandlimited.c resampler/bandlimited.h
58 SOURCES_ugly_resampler = resampler/ugly.c
59 SOURCES_samplerate = resampler/src.c
60
61 libvlc_LTLIBRARIES += \
62         libugly_resampler_plugin.la
63 EXTRA_LTLIBRARIES += \
64         libbandlimited_resampler_plugin.la