aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-22 21:29:49 +0200
committerAnton Khirnov <anton@khirnov.net>2015-02-20 08:56:00 +0100
commit4be49546e16eb5d7aa783285e1f0c2c5ed179d1a (patch)
treeb7bd98978651fe8fe017cd207f42b6484d585ed6 /src/Makefile
parent3756812cbc334d41421a33e54f7fa3ea6e46808c (diff)
decoder api: use AVFrame for passing data to the decoder.
Switch to libavresample for format conversion.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile
index c6820dff..d62f0b9b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -86,18 +86,13 @@ OBJS = aiff.o \
page.o \
path.o \
pcm_buffer.o \
- pcm_channels.o \
pcm_convert.o \
pcm_dither.o \
pcm_dsd.o \
pcm_dsd_usb.o \
pcm_export.o \
- pcm_format.o \
pcm_mix.o \
pcm_pack.o \
- pcm_resample.o \
- pcm_resample_fallback.o \
- pcm_resample_libsamplerate.o \
pcm_volume.o \
permission.o \
pipe.o \