On Tue, Nov 8, 2016 at 2:35 PM, Diego Biurrun <di...@biurrun.de> wrote:
> Also drop a related and now redundant informative output line.
> ---
>  configure | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 7dda871..a6617b5 100755
> --- a/configure
> +++ b/configure
> @@ -5177,7 +5177,6 @@ echo "shared                    ${shared-no}"
>  echo "network support           ${network-no}"
>  echo "threading support         ${thread_type-no}"
>  echo "safe bitstream reader     ${safe_bitstream_reader-no}"
> -echo "SDL support               ${sdl-no}"
>  test -n "$random_seed" &&
>      echo "random seed               ${random_seed}"
>  echo
> @@ -5193,6 +5192,10 @@ echo "Libraries:"
>  print_enabled '' $LIBRARY_LIST | print_3_columns
>  echo
>
> +echo "Programs:"
> +print_enabled '' $PROGRAM_LIST | print_3_columns
> +echo
> +
>  for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf 
> indev outdev; do
>      echo "Enabled ${type}s:"
>      eval list=\$$(toupper $type)_LIST
> --

ok
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to