On 25/05/15 11:49 AM, Steve Lhomme wrote:
> ---
>  configure | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/configure b/configure
> index 18280b9..a9ecad1 100755
> --- a/configure
> +++ b/configure
> @@ -1555,7 +1555,6 @@ HAVE_LIST="
>      atomics_native
>      dos_paths
>      d3d11_cobj
> -    d3d11va_lib
>      dxva2_lib
>      libc_msvcrt
>      libdc1394_1
> @@ -4618,10 +4617,6 @@ check_deps $CONFIG_LIST       \
>             $HAVE_LIST         \
>             $ALL_COMPONENTS    \
>  
> -enabled_all d3d11va d3d11_cobj CoTaskMemFree &&
> -    prepend avconv_libs $($ldflags_filter "-lole32") &&
> -    enable d3d11va_lib
> -
>  enabled_all dxva2 CoTaskMemFree &&
>      prepend avconv_libs $($ldflags_filter "-lole32") &&
>      enable dxva2_lib

You could also remove d3d11_cobj and its configure check, then.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to