diff options
author | Nicolas George <george@nsup.org> | 2017-07-17 20:46:31 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-08-29 10:19:04 +0200 |
commit | 19804024d5b26e9568ce2f21f15c6664717006cd (patch) | |
tree | 1f29e7f3cca8b1918b99481dbed243438cbec422 /libavfilter/Makefile | |
parent | 0ae8df4109da6bae77bef24fc889eceadd98c6b7 (diff) | |
download | ffmpeg-19804024d5b26e9568ce2f21f15c6664717006cd.tar.gz |
lavfi/vf_overlay: move to framesync2.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 55b6ce933a..e5fe47f2cc 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -245,7 +245,7 @@ OBJS-$(CONFIG_OCR_FILTER) += vf_ocr.o OBJS-$(CONFIG_OCV_FILTER) += vf_libopencv.o OBJS-$(CONFIG_OPENCL) += deshake_opencl.o unsharp_opencl.o OBJS-$(CONFIG_OSCILLOSCOPE_FILTER) += vf_datascope.o -OBJS-$(CONFIG_OVERLAY_FILTER) += vf_overlay.o dualinput.o framesync.o +OBJS-$(CONFIG_OVERLAY_FILTER) += vf_overlay.o framesync2.o OBJS-$(CONFIG_OWDENOISE_FILTER) += vf_owdenoise.o OBJS-$(CONFIG_PAD_FILTER) += vf_pad.o OBJS-$(CONFIG_PALETTEGEN_FILTER) += vf_palettegen.o |