summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorRuiling Song <ruiling.song@intel.com>2018-11-28 10:27:38 +0800
committerMark Thompson <sw@jkqxz.net>2018-12-02 23:39:37 +0000
commit416dc9a5e81729e3313bcc13aebc5faa082c63a3 (patch)
tree05014f89f5bcb948d7dc4645344e134adcbfcb35 /libavfilter/Makefile
parent21608bc30303b221db8f3e2fb0952e7e7f2bd270 (diff)
downloadffmpeg-streaming-416dc9a5e81729e3313bcc13aebc5faa082c63a3.zip
ffmpeg-streaming-416dc9a5e81729e3313bcc13aebc5faa082c63a3.tar.gz
lavf: add transpose_opencl filter
Signed-off-by: Ruiling Song <ruiling.song@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
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 1895fa2..6e26581 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -393,6 +393,7 @@ OBJS-$(CONFIG_TONEMAP_OPENCL_FILTER) += vf_tonemap_opencl.o colorspace.o
OBJS-$(CONFIG_TPAD_FILTER) += vf_tpad.o
OBJS-$(CONFIG_TRANSPOSE_FILTER) += vf_transpose.o
OBJS-$(CONFIG_TRANSPOSE_NPP_FILTER) += vf_transpose_npp.o cuda_check.o
+OBJS-$(CONFIG_TRANSPOSE_OPENCL_FILTER) += vf_transpose_opencl.o opencl.o opencl/transpose.o
OBJS-$(CONFIG_TRIM_FILTER) += trim.o
OBJS-$(CONFIG_UNPREMULTIPLY_FILTER) += vf_premultiply.o framesync.o
OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o
OpenPOWER on IntegriCloud