diff options
author | Max Kellermann <max@duempel.org> | 2009-01-07 18:19:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-07 18:19:09 +0100 |
commit | df30a29391b8a869667139f62955cf794c7d27c2 (patch) | |
tree | 0006211697009555b8039f2a55ed7df0930ae635 /src/Makefile.am | |
parent | 6768581c41fd7646d057ff1594f770ce3075065a (diff) | |
download | mpd-df30a29391b8a869667139f62955cf794c7d27c2.tar.gz mpd-df30a29391b8a869667139f62955cf794c7d27c2.tar.xz mpd-df30a29391b8a869667139f62955cf794c7d27c2.zip |
pcm_utils: moved code to pcm_format.c
Moved all code which converts the sample format to a separate library.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c5259b155..00891cfc0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,7 @@ mpd_headers = \ pcm_volume.h \ pcm_mix.h \ pcm_channels.h \ + pcm_format.h \ pcm_resample.h \ pcm_dither.h \ pcm_prng.h \ @@ -134,6 +135,7 @@ mpd_SOURCES = \ pcm_volume.c \ pcm_mix.c \ pcm_channels.c \ + pcm_format.c \ pcm_resample.c \ pcm_dither.c \ permission.c \ |