]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/converter/Makefile
* New float32to* converter modules, courtesy of Xavier Maillard
[vlc] / modules / audio_filter / converter / Makefile
index 89cfda009ee238f9dab512e539c7f1d012c2baf3..a429bfe42529bd3aa035d094006679ec2ddcdf06 100644 (file)
@@ -1,4 +1,7 @@
 float32tos16_SOURCES = float32tos16.c
+float32tos8_SOURCES = float32tos8.c
+float32tou16_SOURCES = float32tou16.c
+float32tou8_SOURCES = float32tou8.c
 a52tospdif_SOURCES = a52tospdif.c
 fixed32tos16_SOURCES = fixed32tos16.c
-fixed32tofloat32_SOURCES = fixed32tofloat32.c
\ No newline at end of file
+fixed32tofloat32_SOURCES = fixed32tofloat32.c