]> git.sesse.net Git - vlc/commitdiff
Updated Makefile to include fixed32tos16 and fixed32tofloat32 conversions.
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 12 Aug 2002 20:35:55 +0000 (20:35 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 12 Aug 2002 20:35:55 +0000 (20:35 +0000)
modules/audio_filter/converter/Makefile

index 2a0900ae5e2f97c234e38453dbbf7e2a9fffee4f..89cfda009ee238f9dab512e539c7f1d012c2baf3 100644 (file)
@@ -1,2 +1,4 @@
 float32tos16_SOURCES = float32tos16.c
 a52tospdif_SOURCES = a52tospdif.c
+fixed32tos16_SOURCES = fixed32tos16.c
+fixed32tofloat32_SOURCES = fixed32tofloat32.c
\ No newline at end of file