add support for specifying which apodization functions to use to window data before...
[platform/upstream/flac.git] / src / libFLAC / Makefile.lite
index 38da8f3..ac03c3c 100644 (file)
@@ -79,7 +79,8 @@ SRCS_C = \
        seekable_stream_encoder.c \
        stream_decoder.c \
        stream_encoder.c \
-       stream_encoder_framing.c
+       stream_encoder_framing.c \
+       window.c
 
 include $(topdir)/build/lib.mk