diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-08 13:44:11 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-09 01:03:05 +0200 |
commit | f6580b50edd1f1e0eb92309a16fe90cc911ccf5e (patch) | |
tree | fa68df9b437d107903ab061d998159e015f98323 /libavfilter/Makefile | |
parent | 11a1033c9fcae380f4da06b2b0253ab0eb82b026 (diff) | |
download | ffmpeg-f6580b50edd1f1e0eb92309a16fe90cc911ccf5e.tar.gz |
lavfi: add asetpts audio filter
Based on an idea 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 b6bd37f148..d50c99d148 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -52,6 +52,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_ASETPTS_FILTER) += vf_setpts.o OBJS-$(CONFIG_ASETTB_FILTER) += f_settb.o OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o OBJS-$(CONFIG_ASPLIT_FILTER) += split.o |