[FFmpeg-cvslog] Fix showspectrum dependencies: Add rdft.
Carl Eugen Hoyos
git at videolan.org
Fri Oct 5 20:13:46 CEST 2012
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at lisbeth.(none)> | Fri Oct 5 20:13:02 2012 +0200| [4c5a9fd65a19a893b732784dd1c4c2937705553b] | committer: Carl Eugen Hoyos
Fix showspectrum dependencies: Add rdft.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c5a9fd65a19a893b732784dd1c4c2937705553b
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 8a805b1..87f16e3 100755
--- a/configure
+++ b/configure
@@ -1923,7 +1923,7 @@ pan_filter_deps="swresample"
removelogo_filter_deps="avcodec avformat swscale"
scale_filter_deps="swscale"
smartblur_filter_deps="gpl swscale"
-showspectrum_filter_deps="avcodec"
+showspectrum_filter_deps="avcodec rdft"
super2xsai_filter_deps="gpl"
tinterlace_filter_deps="gpl"
yadif_filter_deps="gpl"
More information about the ffmpeg-cvslog
mailing list