On 25/04/2018 12:33, Diego Biurrun wrote:
> This renaming was overlooked in the previous check_header() rename.
> ---
>
> Gosh, I had this in my branch ready for squashing and then forgot to
> actually squash it before sending the check_header() rename .. m(
>
> configure | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index 848fe4881f..f5e7f1578c 100755
> --- a/configure
> +++ b/configure
> @@ -1184,8 +1184,8 @@ require_cc(){
> check_cc "$@" || die "ERROR: $name failed"
> }
>
> -require_header(){
> - log require_header "$@"
> +require_headers(){
> + log require_headers "$@"
> headers="$1"
> check_headers "$@" || die "ERROR: $headers not found"
> }
>
Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel