diff options
author | Yaroslav Pogrebnyak <yyyaroslav@gmail.com> | 2020-03-19 17:45:48 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2020-03-28 18:39:40 +0100 |
commit | 4976b102d89787d59a3aaa438b76c62aec86ad5a (patch) | |
tree | b436a28e8857c791b6a13dc2619752172bf30cee /libavfilter/Makefile | |
parent | 77d5ea1c7cf85d16da330c60351fee3dce3c9e4c (diff) | |
download | ffmpeg-4976b102d89787d59a3aaa438b76c62aec86ad5a.tar.gz |
avfilter: add vf_overlay_cuda
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 750412da6b..ecbc628868 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -324,6 +324,7 @@ OBJS-$(CONFIG_OCR_FILTER) += vf_ocr.o OBJS-$(CONFIG_OCV_FILTER) += vf_libopencv.o OBJS-$(CONFIG_OSCILLOSCOPE_FILTER) += vf_datascope.o OBJS-$(CONFIG_OVERLAY_FILTER) += vf_overlay.o framesync.o +OBJS-$(CONFIG_OVERLAY_CUDA_FILTER) += vf_overlay_cuda.o framesync.o vf_overlay_cuda.ptx.o OBJS-$(CONFIG_OVERLAY_OPENCL_FILTER) += vf_overlay_opencl.o opencl.o \ opencl/overlay.o framesync.o OBJS-$(CONFIG_OVERLAY_QSV_FILTER) += vf_overlay_qsv.o framesync.o |