diff options
author | Rob Sykes <aquegg@yahoo.co.uk> | 2012-12-11 21:43:42 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-11 22:04:00 +0100 |
commit | 801b315729450b30d1ec3e8a9b7862b3c41146be (patch) | |
tree | 9922a6eb9014c983254dc351441a46e2c20e7f91 /libswresample/Makefile | |
parent | 41049d07f2e8f304895a12b6e27400fbc72cc797 (diff) | |
download | ffmpeg-801b315729450b30d1ec3e8a9b7862b3c41146be.tar.gz |
swr: Add SOX resampler support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/Makefile')
-rw-r--r-- | libswresample/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libswresample/Makefile b/libswresample/Makefile index 4c3ec1cff5..9d9f10c6c6 100644 --- a/libswresample/Makefile +++ b/libswresample/Makefile @@ -13,4 +13,6 @@ OBJS = audioconvert.o \ resample.o \ swresample.o \ +OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o + TESTPROGS = swresample |