summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-30 09:33:12 +0100
committerPaul B Mahol <onemda@gmail.com>2018-11-02 09:32:52 +0100
commit97e9e3504d36ef11efac60e300259689aaeb29fc (patch)
treeab9bbe6c0cfdb9b68471da4dc1b674d7165c60d3 /libavfilter/Makefile
parentd6d407d2d758b404af0ce6a8ff46bf164db020a1 (diff)
downloadffmpeg-streaming-97e9e3504d36ef11efac60e300259689aaeb29fc.zip
ffmpeg-streaming-97e9e3504d36ef11efac60e300259689aaeb29fc.tar.gz
avfilter: add tpad 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 c35cd8f..51e48ef 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -383,6 +383,7 @@ OBJS-$(CONFIG_TMIX_FILTER) += vf_mix.o framesync.o
OBJS-$(CONFIG_TONEMAP_FILTER) += vf_tonemap.o colorspace.o
OBJS-$(CONFIG_TONEMAP_OPENCL_FILTER) += vf_tonemap_opencl.o colorspace.o opencl.o \
opencl/tonemap.o opencl/colorspace_common.o
+OBJS-$(CONFIG_TPAD_FILTER) += vf_tpad.o
OBJS-$(CONFIG_TRANSPOSE_FILTER) += vf_transpose.o
OBJS-$(CONFIG_TRANSPOSE_NPP_FILTER) += vf_transpose_npp.o
OBJS-$(CONFIG_TRIM_FILTER) += trim.o
OpenPOWER on IntegriCloud