[FFmpeg-cvslog] configure: add missing libfontconfig and libfreetype dependencies to showcqt filter
James Almer
git at videolan.org
Thu Oct 12 23:37:46 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Oct 12 14:17:43 2017 -0300| [4226c57b2b1f0b04a7d6dd4b1b3bcdab66bff424] | committer: James Almer
configure: add missing libfontconfig and libfreetype dependencies to showcqt filter
Tested-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4226c57b2b1f0b04a7d6dd4b1b3bcdab66bff424
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 7a1f4ba959..a44519e178 100755
--- a/configure
+++ b/configure
@@ -3267,6 +3267,7 @@ scale_filter_deps="swscale"
scale_qsv_filter_deps="libmfx"
select_filter_select="pixelutils"
showcqt_filter_deps="avcodec avformat swscale"
+showcqt_filter_suggest="libfontconfig libfreetype"
showcqt_filter_select="fft"
showfreqs_filter_deps="avcodec"
showfreqs_filter_select="fft"
More information about the ffmpeg-cvslog
mailing list