On Wed, Jun 21, 2017 at 04:58:45PM +0300, Martin Storsjö wrote:
> --- a/configure
> +++ b/configure
> @@ -3981,6 +3981,10 @@ case $target_os in
>              { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; 
> }
>          check_header dispatch/dispatch.h &&
>              add_cppflags '-I\$(SRC_PATH)/compat/dispatch_semaphore'
> +        if test -n "$sysroot"; then
> +            echo "$cc $CPPFLAGS $CFLAGS" | grep -q -- '-isysroot' || 
> check_cppflags -isysroot $sysroot

is_in -isysroot $cc $CPPFLAGS $CFLAGS || check_cppflags -isysroot $sysroot

> +            echo "$ld $LDFLAGS" | grep -q -- '-isysroot' || check_ldflags 
> -isysroot $sysroot

same

I'm OK with the change as such, so feel free to push with the implementation
changed (if it works as it should).

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to