diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-06 09:00:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-14 21:36:11 +0200 |
commit | fb604ae8500d4ee7de6af61387c11618b3dea25b (patch) | |
tree | e7b0a3f698797c26f6335a1be0ed975c9056b22c /libavfilter/Makefile | |
parent | a2cd9be212fca02dd3d6ee65cb6ab9f84c5e28e5 (diff) | |
download | ffmpeg-fb604ae8500d4ee7de6af61387c11618b3dea25b.tar.gz |
lavfi: add aformat filter
Based on a patch by Mina Nagy Zaki <mnzaki@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 6a6bfd6811..df75bd5e74 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -22,6 +22,7 @@ OBJS = allfilters.o \ graphparser.o \ vf_scale.o \ +OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o OBJS-$(CONFIG_RESAMPLE_FILTER) += af_resample.o |