summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorRoman Arzumanyan <rarzumanyan@nvidia.com>2018-08-29 12:53:02 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2018-09-10 12:11:41 +0200
commit90ba17652aa1f5773bb121c2ec6a092acf66a5e1 (patch)
tree251c353e0aeea50e4ef6d05fa932bbf6802f4f5a /libavfilter/Makefile
parent404d21f486b06964ea2013bb74121762d682577d (diff)
avfilter: add nvidia NPP based transpose filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 433d03fd5c..5b0462692a 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -376,6 +376,7 @@ 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_TRANSPOSE_FILTER) += vf_transpose.o
+OBJS-$(CONFIG_TRANSPOSE_NPP_FILTER) += vf_transpose_npp.o
OBJS-$(CONFIG_TRIM_FILTER) += trim.o
OBJS-$(CONFIG_UNPREMULTIPLY_FILTER) += vf_premultiply.o framesync.o
OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o