diff options
author | Roman Arzumanyan <rarzumanyan@nvidia.com> | 2018-08-29 12:53:02 +0300 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2018-09-10 12:11:41 +0200 |
commit | 90ba17652aa1f5773bb121c2ec6a092acf66a5e1 (patch) | |
tree | 251c353e0aeea50e4ef6d05fa932bbf6802f4f5a /libavfilter/Makefile | |
parent | 404d21f486b06964ea2013bb74121762d682577d (diff) | |
download | ffmpeg-90ba17652aa1f5773bb121c2ec6a092acf66a5e1.tar.gz |
avfilter: add nvidia NPP based transpose filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 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 |