diff options
author | Mina Nagy Zaki <mnzaki@gmail.com> | 2011-07-14 14:18:13 +0300 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-14 10:31:23 +0200 |
commit | 0a2295815dac9a924513555ce1f7491c1f5f1765 (patch) | |
tree | 24c0d702ddf2ea9caa4f8c8d9526c61cdb1becf3 /libavfilter/Makefile | |
parent | 3f07d40ea2861e0c2a1ce6cb56907e9e888a3491 (diff) | |
download | ffmpeg-0a2295815dac9a924513555ce1f7491c1f5f1765.tar.gz |
lavfi: add aformat filter
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
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 27b6849591..a8ae42c7f3 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -18,6 +18,7 @@ OBJS = allfilters.o \ OBJS-$(CONFIG_AVCODEC) += avcodec.o +OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o |