aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-28 17:54:52 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-29 01:44:39 +0200
commitcbba45de68a09b68b5bdab944459a5ae04f65681 (patch)
tree6b0d383ca783de268f6df61804c3b752a46f79ef
parent44aa46184ceb5fb2205699cfd94b0bcc6693b781 (diff)
downloadffmpeg-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 969bb00eef..dd52915cbc 100755
--- a/configure
+++ b/configure
@@ -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"