]> git.sesse.net Git - vlc/blob - modules/audio_filter/converter/Makefile
* ALL: added *.am files here and there for future automake support.
[vlc] / modules / audio_filter / converter / Makefile
1 float32tos16_SOURCES = float32tos16.c
2 float32tos8_SOURCES = float32tos8.c
3 float32tou16_SOURCES = float32tou16.c
4 float32tou8_SOURCES = float32tou8.c
5 a52tospdif_SOURCES = a52tospdif.c
6 a52tofloat32_SOURCES = a52tofloat32.c
7 fixed32tos16_SOURCES = fixed32tos16.c
8 fixed32tofloat32_SOURCES = fixed32tofloat32.c
9 s16tofloat32_SOURCES = s16tofloat32.c
10 s16tofloat32swab_SOURCES = s16tofloat32swab.c