diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-12-29 23:45:45 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-08-20 23:03:06 +0200 |
commit | ddda29b4a70e4f5239a2a913b87dab0977bd49b8 (patch) | |
tree | cec9cb79d8baafb3534b9a10d26c0caad8b20a94 /configure | |
parent | 786f06e109e7daef9b9f193eaf89c3493367615e (diff) | |
download | ffmpeg-ddda29b4a70e4f5239a2a913b87dab0977bd49b8.tar.gz |
lavfi: add showspectrum filter.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1849,6 +1849,7 @@ pan_filter_deps="swresample" removelogo_filter_deps="avcodec avformat swscale" scale_filter_deps="swscale" select_filter_deps="avcodec" +showspectrum_filter_deps="avcodec" super2xsai_filter_deps="gpl" tinterlace_filter_deps="gpl" yadif_filter_deps="gpl" |