diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-28 17:54:52 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-29 01:44:39 +0200 |
commit | cbba45de68a09b68b5bdab944459a5ae04f65681 (patch) | |
tree | 6b0d383ca783de268f6df61804c3b752a46f79ef | |
parent | 44aa46184ceb5fb2205699cfd94b0bcc6693b781 (diff) | |
download | ffmpeg-cbba45de68a09b68b5bdab944459a5ae04f65681.tar.gz |
configure: Remove obsolete ffplay->rdft dependency
Forgotten in 4acd08be6c4f39736179a3d90fd56b508e42ff6d.
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3915,7 +3915,7 @@ ffmpeg_select="aformat_filter anull_filter atrim_filter format_filter transpose_filter trim_filter vflip_filter" ffmpeg_suggest="ole32 psapi shell32" ffplay_deps="avcodec avformat avfilter swscale swresample sdl2" -ffplay_select="rdft crop_filter transpose_filter hflip_filter vflip_filter rotate_filter" +ffplay_select="crop_filter transpose_filter hflip_filter vflip_filter rotate_filter" ffplay_suggest="shell32" ffprobe_deps="avcodec avformat" ffprobe_suggest="shell32" |