diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-12-25 23:04:44 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-12-27 15:21:08 +0100 |
commit | 440e984b712ff02ee0fc5deb7db8d4ae57eed4fc (patch) | |
tree | 367c1f643d0a82be8bb577226151f4d972ee4e48 /libavfilter/Makefile | |
parent | ae21776207e8a2bbe268e7c9e203f7599dd87ddb (diff) | |
download | ffmpeg-440e984b712ff02ee0fc5deb7db8d4ae57eed4fc.tar.gz |
lavfi: add asplit 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 b60b88fd0c..c8ce1d6405 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -29,6 +29,7 @@ OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o OBJS-$(CONFIG_ARESAMPLE_FILTER) += af_aresample.o OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o +OBJS-$(CONFIG_ASPLIT_FILTER) += af_asplit.o OBJS-$(CONFIG_EARWAX_FILTER) += af_earwax.o OBJS-$(CONFIG_PAN_FILTER) += af_pan.o OBJS-$(CONFIG_VOLUME_FILTER) += af_volume.o |