diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-23 12:19:14 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-08 19:54:08 +0200 |
commit | ba856c0be5599f21f241162e1f5f3f2506f3132c (patch) | |
tree | c42fbba9c54c2603dc14cd397ff063527d40dbe7 /libavfilter/Makefile | |
parent | 99622f6678c4cc219f9d7732c64cb1cdfdfda949 (diff) | |
download | ffmpeg-ba856c0be5599f21f241162e1f5f3f2506f3132c.tar.gz |
lavfi: implement asettb 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 a8af5b5d2d..b39a4f6cac 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -53,6 +53,7 @@ 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_ASETTB_FILTER) += vf_settb.o OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o OBJS-$(CONFIG_ASPLIT_FILTER) += split.o OBJS-$(CONFIG_ASTREAMSYNC_FILTER) += af_astreamsync.o |