Diego Biurrun <[email protected]> writes:

> A new hidden config variable is added for the codecs that depend on
> the mpegvideo encoding parts.
> ---
>  configure           |   19 ++++++++++---------
>  libavcodec/Makefile |   44 ++++++++++++++------------------------------
>  2 files changed, 24 insertions(+), 39 deletions(-)
>
> diff --git a/configure b/configure
> index cc775f7..6bb2165 100755
> --- a/configure
> +++ b/configure
> @@ -1228,6 +1228,7 @@ CONFIG_EXTRA="
>      lpc
>      mpegaudiodsp
>      mpegvideo
> +    mpegvideoenc
>      nettle
>      rtpdec
>      sinewin
> @@ -1355,7 +1356,7 @@ cavs_decoder_select="golomb mpegvideo"
>  cook_decoder_select="mdct sinewin"
>  cscd_decoder_suggest="zlib"
>  dca_decoder_select="mdct"
> -dnxhd_encoder_select="aandcttables mpegvideo"
> +dnxhd_encoder_select="aandcttables mpegvideo mpegvideoenc"

You could make mpegvideo a dependency of mpegvideoenc and save listing
both for all the encoders.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to