Diego Biurrun <di...@biurrun.de> writes:

> ---
>  configure |   33 +++++++++++++--------------------
>  1 files changed, 13 insertions(+), 20 deletions(-)
>
> diff --git a/configure b/configure
> index 2894d6f..57a3891 100755
> --- a/configure
> +++ b/configure
> @@ -980,6 +980,15 @@ COMPONENT_LIST="
>      protocols
>  "
>
> +LIBRARY_LIST="
> +    avcodec
> +    avdevice
> +    avfilter
> +    avformat
> +    avresample
> +    swscale
> +"
> +
> @@ -1782,13 +1786,8 @@ host_os=$target_os_default
>  # configurable options
>  enable $PROGRAM_LIST
>
> -enable avcodec
> -enable avdevice
> -enable avfilter
> -enable avformat
> -enable avresample
> +enable $LIBRARY_LIST
>  enable avutil
> -enable swscale

Why is avutil not in that list?

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to