On 29/11/2016 19:34, Diego Biurrun wrote:
> ---
>  configure | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index 72ea4e0..808e860 100755
> --- a/configure
> +++ b/configure
> @@ -4797,8 +4797,8 @@ if enabled libxcb; then
>              enabled libxcb_xfixes && die "ERROR: libxcb_xfixes not found";
>          } && enable libxcb_xfixes
>  
> -    add_cflags "$xcb_shape_cflags $xcb_event_cflags $xcb_shm_cflags 
> $xcb_xfixes_cflags"
> -    add_extralibs "$xcb_shape_libs $xcb_event_libs $xcb_shm_libs 
> $xcb_xfixes_libs"
> +    add_cflags "$xcb_shape_cflags $xcb_shm_cflags $xcb_xfixes_cflags"
> +    add_extralibs "$xcb_shape_libs $xcb_shm_libs $xcb_xfixes_libs"
>  fi
>  
>  enabled dxva2 &&
> 

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

Reply via email to