mirror of https://git.ffmpeg.org/ffmpeg.git
configure: Remove obsolete ffplay->rdft dependency
Forgotten in 4acd08be6c
.
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
44aa46184c
commit
cbba45de68
|
@ -3915,7 +3915,7 @@ ffmpeg_select="aformat_filter anull_filter atrim_filter format_filter
|
||||||
transpose_filter trim_filter vflip_filter"
|
transpose_filter trim_filter vflip_filter"
|
||||||
ffmpeg_suggest="ole32 psapi shell32"
|
ffmpeg_suggest="ole32 psapi shell32"
|
||||||
ffplay_deps="avcodec avformat avfilter swscale swresample sdl2"
|
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"
|
ffplay_suggest="shell32"
|
||||||
ffprobe_deps="avcodec avformat"
|
ffprobe_deps="avcodec avformat"
|
||||||
ffprobe_suggest="shell32"
|
ffprobe_suggest="shell32"
|
||||||
|
|
Loading…
Reference in New Issue