[FFmpeg-cvslog] configure: Remove obsolete ffplay->rdft dependency

Andreas Rheinhardt git at videolan.org
Fri Sep 29 03:03:43 EEST 2023


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Sep 28 17:54:52 2023 +0200| [cbba45de68a09b68b5bdab944459a5ae04f65681] | committer: Andreas Rheinhardt

configure: Remove obsolete ffplay->rdft dependency

Forgotten in 4acd08be6c4f39736179a3d90fd56b508e42ff6d.

Reviewed-by: Lynne <dev at lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cbba45de68a09b68b5bdab944459a5ae04f65681
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



More information about the ffmpeg-cvslog mailing list