summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-07-23 22:13:17 +0000
committerPaul B Mahol <onemda@gmail.com>2015-07-26 21:54:13 +0000
commit4a2836eaf33b64512678ed6dc1387f8f042cf387 (patch)
tree4345e6e8eddbf4227e603c01349e6d328fe8ca5e /libavfilter/Makefile
parent0b6f092ed31b83e01e980b596ef8bdd9db6cfff6 (diff)
downloadffmpeg-streaming-4a2836eaf33b64512678ed6dc1387f8f042cf387.zip
ffmpeg-streaming-4a2836eaf33b64512678ed6dc1387f8f042cf387.tar.gz
avfilter: add acrossfade filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index af1d780..5d03e86 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -29,6 +29,7 @@ OBJS = allfilters.o \
OBJS-$(CONFIG_AVCODEC) += avcodec.o
+OBJS-$(CONFIG_ACROSSFADE_FILTER) += af_afade.o
OBJS-$(CONFIG_ADELAY_FILTER) += af_adelay.o
OBJS-$(CONFIG_AECHO_FILTER) += af_aecho.o
OBJS-$(CONFIG_AEVAL_FILTER) += aeval.o
OpenPOWER on IntegriCloud