[FFmpeg-devel] [PATCH 2/2] configure: align conditional library deps assignments
Gyan Doshi
ffmpeg at gyani.pro
Tue Jun 25 09:21:13 EEST 2024
On 2024-06-21 04:18 pm, Gyan Doshi wrote:
> ---
> configure | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Plan to improve commit messages and push set in 24h.
>
> diff --git a/configure b/configure
> index 1e58c0dbac..db11a78c74 100755
> --- a/configure
> +++ b/configure
> @@ -7764,14 +7764,14 @@ enabled elbg_filter && prepend avfilter_deps "avcodec"
> enabled find_rect_filter && prepend avfilter_deps "avformat avcodec"
> enabled fsync_filter && prepend avfilter_deps "avformat"
> enabled mcdeint_filter && prepend avfilter_deps "avcodec"
> -enabled movie_filter && prepend avfilter_deps "avformat avcodec"
> +enabled movie_filter && prepend avfilter_deps "avformat avcodec"
> enabled pan_filter && prepend avfilter_deps "swresample"
> enabled pp_filter && prepend avfilter_deps "postproc"
> enabled qrencode_filter && prepend avfilter_deps "swscale"
> enabled qrencodesrc_filter && prepend avfilter_deps "swscale"
> enabled removelogo_filter && prepend avfilter_deps "avformat avcodec swscale"
> enabled sab_filter && prepend avfilter_deps "swscale"
> -enabled scale_filter && prepend avfilter_deps "swscale"
> +enabled scale_filter && prepend avfilter_deps "swscale"
> enabled scale2ref_filter && prepend avfilter_deps "swscale"
> enabled showcqt_filter && prepend avfilter_deps "avformat swscale"
> enabled signature_filter && prepend avfilter_deps "avcodec avformat"
More information about the ffmpeg-devel
mailing list