[FFmpeg-devel] [PATCH 1/9] configure: Add missing dirac_decoder->qpeldsp dependency

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Tue May 7 11:55:36 EEST 2024


Andreas Rheinhardt:
> Forgotten in fd0e37f126b3dc2d0c352869cb8e5f568e5906f3.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index ed74583a6f..61049017d8 100755
> --- a/configure
> +++ b/configure
> @@ -2915,7 +2915,7 @@ cook_decoder_select="audiodsp sinewin"
>  cri_decoder_select="mjpeg_decoder"
>  cscd_decoder_suggest="zlib"
>  dds_decoder_select="texturedsp"
> -dirac_decoder_select="dirac_parse dwt golomb videodsp mpegvideoenc"
> +dirac_decoder_select="dirac_parse dwt golomb mpegvideoenc qpeldsp videodsp"
>  dnxhd_decoder_select="blockdsp idctdsp"
>  dnxhd_encoder_select="blockdsp fdctdsp idctdsp mpegvideoenc pixblockdsp videodsp"
>  dvvideo_decoder_select="dvprofile idctdsp"

Will apply the first 24 patches of this patchset tomorrow unless there
are objections.

- Andreas



More information about the ffmpeg-devel mailing list