diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-19 06:13:30 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-19 07:04:17 +0200 |
commit | b5875b91113a0f3de6ad61e9ff8b74b81de94760 (patch) | |
tree | b33f19a81ebe0d3145368f0d6494f4f4aab75aba /Makefile | |
parent | 53e37840bf205a24c3b3ad6d838805dc54a905bf (diff) | |
download | ffmpeg-b5875b91113a0f3de6ad61e9ff8b74b81de94760.tar.gz |
Add libswresample.
Similar to libswscale this does resampling and format convertion, just for audio
instead of video.
changing sampling rate, sample formats, channel layouts and sample packing all
in one with a very simple public interface.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ FFLIBS-$(CONFIG_AVFILTER) += avfilter FFLIBS-$(CONFIG_AVFORMAT) += avformat FFLIBS-$(CONFIG_AVCODEC) += avcodec FFLIBS-$(CONFIG_POSTPROC) += postproc +FFLIBS-$(CONFIG_SWRESAMPLE)+= swresample FFLIBS-$(CONFIG_SWSCALE) += swscale FFLIBS := avutil |