summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-05-03 14:08:49 +0200
committerPaul B Mahol <onemda@gmail.com>2019-05-14 14:43:56 +0200
commit8ef163ba9e3d2d7cb31856c33f86439e234fe623 (patch)
treeee0cd2217a1e2336df7a388818ab0d3261395c7f /libavfilter/Makefile
parent87a54e150e9cb6479e590faaf66d9f405a97fb6c (diff)
downloadffmpeg-streaming-8ef163ba9e3d2d7cb31856c33f86439e234fe623.zip
ffmpeg-streaming-8ef163ba9e3d2d7cb31856c33f86439e234fe623.tar.gz
avfilter: add xmedian filter
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 b41304d..4ffa164 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -421,6 +421,7 @@ OBJS-$(CONFIG_W3FDIF_FILTER) += vf_w3fdif.o
OBJS-$(CONFIG_WAVEFORM_FILTER) += vf_waveform.o
OBJS-$(CONFIG_WEAVE_FILTER) += vf_weave.o
OBJS-$(CONFIG_XBR_FILTER) += vf_xbr.o
+OBJS-$(CONFIG_XMEDIAN_FILTER) += vf_xmedian.o framesync.o
OBJS-$(CONFIG_XSTACK_FILTER) += vf_stack.o framesync.o
OBJS-$(CONFIG_YADIF_FILTER) += vf_yadif.o yadif_common.o
OBJS-$(CONFIG_YADIF_CUDA_FILTER) += vf_yadif_cuda.o vf_yadif_cuda.ptx.o \
OpenPOWER on IntegriCloud