ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Tue Oct 17 01:17:32 2017 -0300| [15b86d3b4aeb51d92687f031934a807fd6f29b99] | committer: James Almer
configure: add missing optional dep on libfribidi to the drawtext filter Fixes ticket #6740 Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15b86d3b4aeb51d92687f031934a807fd6f29b99 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 819fd37718..6e7faf55b6 100755 --- a/configure +++ b/configure @@ -3224,7 +3224,7 @@ delogo_filter_deps="gpl" deshake_filter_select="pixelutils" deshake_filter_suggest="opencl" drawtext_filter_deps="libfreetype" -drawtext_filter_suggest="libfontconfig" +drawtext_filter_suggest="libfontconfig libfribidi" elbg_filter_deps="avcodec" eq_filter_deps="gpl" fftfilt_filter_deps="avcodec" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog