[FFmpeg-cvslog] lavfi/Makefile: Fix bwdif filter standalone compilation.
Carl Eugen Hoyos
git at videolan.org
Thu Jan 10 21:02:58 EET 2019
ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Thu Jan 10 20:02:26 2019 +0100| [e52140ba378098a60fe69333ff4b6dfb2e304f1d] | committer: Carl Eugen Hoyos
lavfi/Makefile: Fix bwdif filter standalone compilation.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e52140ba378098a60fe69333ff4b6dfb2e304f1d
---
libavfilter/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index d31fa59e0d..0fb8ccfbdf 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -167,7 +167,7 @@ OBJS-$(CONFIG_BM3D_FILTER) += vf_bm3d.o
OBJS-$(CONFIG_BOXBLUR_FILTER) += vf_boxblur.o boxblur.o
OBJS-$(CONFIG_BOXBLUR_OPENCL_FILTER) += vf_avgblur_opencl.o opencl.o \
opencl/avgblur.o boxblur.o
-OBJS-$(CONFIG_BWDIF_FILTER) += vf_bwdif.o
+OBJS-$(CONFIG_BWDIF_FILTER) += vf_bwdif.o yadif_common.o
OBJS-$(CONFIG_CHROMAHOLD_FILTER) += vf_chromakey.o
OBJS-$(CONFIG_CHROMAKEY_FILTER) += vf_chromakey.o
OBJS-$(CONFIG_CHROMASHIFT_FILTER) += vf_chromashift.o
More information about the ffmpeg-cvslog
mailing list