diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-04-18 16:59:27 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-04-21 15:20:50 +0200 |
commit | b57c23f8c85c58c29343ed415e0cf2b4fd1a81d8 (patch) | |
tree | d7792f4c1c5895505db9eb3c12dad5154eef4757 /libavfilter/Makefile | |
parent | 14369f59c5ad1fb817fb4d94073f31cccf12b556 (diff) | |
download | ffmpeg-b57c23f8c85c58c29343ed415e0cf2b4fd1a81d8.tar.gz |
lavfi: add asetrate filter.
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 33b3f5b32e..aca19bd4ad 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -64,6 +64,7 @@ OBJS-$(CONFIG_ASELECT_FILTER) += f_select.o OBJS-$(CONFIG_ASENDCMD_FILTER) += f_sendcmd.o OBJS-$(CONFIG_ASETNSAMPLES_FILTER) += af_asetnsamples.o OBJS-$(CONFIG_ASETPTS_FILTER) += f_setpts.o +OBJS-$(CONFIG_ASETRATE_FILTER) += af_asetrate.o OBJS-$(CONFIG_ASETTB_FILTER) += f_settb.o OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o OBJS-$(CONFIG_ASPLIT_FILTER) += split.o |