Diego Biurrun <[email protected]> writes:

> ---
>  configure |   16 ++++++++--------
>  1 files changed, 8 insertions(+), 8 deletions(-)

That's a weird description.  Those options are currently user-selectable
by virtue of being in CONFIG_LIST.

> diff --git a/configure b/configure
> index b447897..515620c 100755
> --- a/configure
> +++ b/configure
> @@ -935,7 +935,6 @@ PROGRAM_LIST="
>  CONFIG_LIST="
>      $COMPONENT_LIST
>      $PROGRAM_LIST
> -    ac3dsp
>      avcodec
>      avdevice
>      avfilter

OK

> @@ -945,12 +944,10 @@ CONFIG_LIST="
>      bzlib
>      dct
>      doc
> -    dwt

I'm uncertain about this one.

>      dxva2
>      fastdiv
>      fft
>      frei0r
> -    gcrypt
>      gnutls
>      gpl
>      gray

OK

> @@ -979,21 +976,16 @@ CONFIG_LIST="
>      libx264
>      libxavs
>      libxvid
> -    lsp

This one, like dwt, controls a tool used by multiple codecs.  I can
imagine someone wanting to disable these with a single option instead of
chasing down all the codecs that use them.  Although probably not the
case for these two, such tools are sometimes optional in a codec (zlib
is used that way), so disabling the feature can make sense if you know
you don't need it and want to reduce the size.

>      mdct
>      memalign_hack
> -    mpegaudiodsp
> -    nettle

OK

>      network
>      nonfree
>      openssl
>      pic
>      rdft
> -    rtpdec

What does this option do?

>      runtime_cpudetect
>      safe_bitstream_reader
>      shared
> -    sinewin

OK

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

Reply via email to