diff options
author | Max Kellermann <max@duempel.org> | 2009-11-11 07:59:22 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-11 07:59:22 +0100 |
commit | d605329f833ac323a41ca34ee4428d6bef69b1b1 (patch) | |
tree | e22270ee17c20d068d8951bfe1aafd96521a8b94 /Makefile.am | |
parent | f6e7dffada2e98a38a61eb54494e32dab1391480 (diff) | |
download | mpd-d605329f833ac323a41ca34ee4428d6bef69b1b1.tar.gz mpd-d605329f833ac323a41ca34ee4428d6bef69b1b1.tar.xz mpd-d605329f833ac323a41ca34ee4428d6bef69b1b1.zip |
decoder/flac: moved code to flac_pcm.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 08ac44780..8aa5b572e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,7 @@ mpd_headers = \ src/decoder_list.h \ src/decoder_print.h \ src/decoder/flac_metadata.h \ + src/decoder/flac_pcm.h \ src/decoder/_flac_common.h \ src/decoder/_ogg_common.h \ src/input_plugin.h \ @@ -442,6 +443,7 @@ endif if HAVE_FLAC_COMMON DECODER_SRC += \ src/decoder/flac_metadata.c \ + src/decoder/flac_pcm.c \ src/decoder/_flac_common.c endif |