[FFmpeg-cvslog] Fix standalone compilation of the tblend filter.
Carl Eugen Hoyos
git at videolan.org
Wed Feb 4 12:56:37 CET 2015
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Feb 4 11:09:14 2015 +0100| [adfe89bc48130e08953ea592b8937817f26cd8aa] | committer: Carl Eugen Hoyos
Fix standalone compilation of the tblend filter.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=adfe89bc48130e08953ea592b8937817f26cd8aa
---
libavfilter/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 75d19dc..3434d5b 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -191,7 +191,7 @@ OBJS-$(CONFIG_STEREO3D_FILTER) += vf_stereo3d.o
OBJS-$(CONFIG_SUBTITLES_FILTER) += vf_subtitles.o
OBJS-$(CONFIG_SUPER2XSAI_FILTER) += vf_super2xsai.o
OBJS-$(CONFIG_SWAPUV_FILTER) += vf_swapuv.o
-OBJS-$(CONFIG_TBLEND_FILTER) += vf_blend.o
+OBJS-$(CONFIG_TBLEND_FILTER) += vf_blend.o dualinput.o framesync.o
OBJS-$(CONFIG_TELECINE_FILTER) += vf_telecine.o
OBJS-$(CONFIG_THUMBNAIL_FILTER) += vf_thumbnail.o
OBJS-$(CONFIG_TILE_FILTER) += vf_tile.o
More information about the ffmpeg-cvslog
mailing list