ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Thu Sep 28 17:54:52 2023 +0200| [cbba45de68a09b68b5bdab944459a5ae04f65681] | committer: Andreas Rheinhardt
configure: Remove obsolete ffplay->rdft dependency Forgotten in 4acd08be6c4f39736179a3d90fd56b508e42ff6d. Reviewed-by: Lynne <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> > 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" _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
