[FFmpeg-cvslog] configure: Fix showcqt fft dependancy
Michael Niedermayer
git at videolan.org
Fri May 29 21:30:57 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri May 29 21:07:58 2015 +0200| [bedb5d587b5f1fc962e2786c0ea8274ddea6c684] | committer: Michael Niedermayer
configure: Fix showcqt fft dependancy
Found-by: Muhammad Faiz <mfcc64 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bedb5d587b5f1fc962e2786c0ea8274ddea6c684
---
configure | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure b/configure
index 43f281b..afa3b64 100755
--- a/configure
+++ b/configure
@@ -2698,6 +2698,8 @@ sab_filter_deps="gpl swscale"
scale_filter_deps="swscale"
select_filter_select="pixelutils"
smartblur_filter_deps="gpl swscale"
+showcqt_filter_deps="avcodec"
+showcqt_filter_select="fft"
showspectrum_filter_deps="avcodec"
showspectrum_filter_select="rdft"
spp_filter_deps="gpl avcodec"
More information about the ffmpeg-cvslog
mailing list