projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e94490
)
configure: add missing optional dep on libfribidi to the drawtext filter
author
James Almer
<jamrial@gmail.com>
Tue, 17 Oct 2017 04:17:32 +0000
(
01:17
-0300)
committer
James Almer
<jamrial@gmail.com>
Tue, 17 Oct 2017 04:17:32 +0000
(
01:17
-0300)
Fixes ticket #6740
Signed-off-by: James Almer <jamrial@gmail.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
819fd37
..
6e7faf5
100755
(executable)
--- 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"