diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-05-25 13:14:53 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-16 00:54:20 +0200 |
commit | 2b1fc5621d93b04d6b78b69402c7a796ceac35ed (patch) | |
tree | ba2d399d8720896f6bc4dd3a381227e9f5237fe2 /libavfilter/Makefile | |
parent | e20530add7bcc82c86727bf68edb30956c8db470 (diff) | |
download | ffmpeg-2b1fc5621d93b04d6b78b69402c7a796ceac35ed.tar.gz |
lavfi: add asetnsamples audio filter
This filter changes the number of samples on single output operation.
Based on a patch by Andrey Utkin <andrey.krieger.utkin@gmail.com>.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 95126a8b1d..fee7641f50 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -51,6 +51,7 @@ OBJS-$(CONFIG_AMERGE_FILTER) += af_amerge.o OBJS-$(CONFIG_AMIX_FILTER) += af_amix.o OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o OBJS-$(CONFIG_ARESAMPLE_FILTER) += af_aresample.o +OBJS-$(CONFIG_ASETNSAMPLES_FILTER) += af_asetnsamples.o OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o OBJS-$(CONFIG_ASPLIT_FILTER) += split.o OBJS-$(CONFIG_ASTREAMSYNC_FILTER) += af_astreamsync.o |