diff options
author | James Almer <jamrial@gmail.com> | 2017-10-17 01:17:32 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-17 01:17:32 -0300 |
commit | 15b86d3b4aeb51d92687f031934a807fd6f29b99 (patch) | |
tree | 3035653941e2a5da08762a5af40faa15fdd7cc24 | |
parent | 2e94490225909a2d40d25722b49f54a3fe967635 (diff) | |
download | ffmpeg-15b86d3b4aeb51d92687f031934a807fd6f29b99.tar.gz |
configure: add missing optional dep on libfribidi to the drawtext filter
Fixes ticket #6740
Signed-off-by: James Almer <jamrial@gmail.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |