diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-01-21 20:26:31 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-02-02 14:31:17 +0100 |
commit | e96be8409f079065c2e9f137e17fd836ce1d76f9 (patch) | |
tree | d49d9028cc4a79253ffe50491b7ea63a61a66f2f /libavfilter/Makefile | |
parent | 9f0b0db0d3cb2fac71b5cdf4149bae103e7fd7ab (diff) | |
download | ffmpeg-e96be8409f079065c2e9f137e17fd836ce1d76f9.tar.gz |
lavfi/aresample: use libswresample.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 01a1316434..ff0ba755f9 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -5,7 +5,7 @@ FFLIBS = avutil FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec -FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec +FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += swresample FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec FFLIBS-$(CONFIG_PAN_FILTER) += swresample FFLIBS-$(CONFIG_SCALE_FILTER) += swscale |