On Sat, Dec 3, 2016 at 7:49 AM, Diego Biurrun <di...@biurrun.de> wrote:
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 70d645c..d6aba02 100755
> --- a/configure
> +++ b/configure
> @@ -2186,7 +2186,7 @@ wmv3_vaapi_hwaccel_select="vc1_vaapi_hwaccel"
>  wmv3_vdpau_hwaccel_select="vc1_vdpau_hwaccel"
>
>  # hardware-accelerated codecs
> -nvenc_deps_any="dlopen LoadLibrary"
> +nvenc_deps_any="cuda dlopen LoadLibrary"
>  nvenc_extralibs='$ldl'
>  omx_deps="dlopen pthreads"
>  omx_extralibs='$ldl'

That doesn't look right, its an _any check for the two dynamic loading variants.
Also, CUDA is optional for nvenc, not a hard-dep.

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

Reply via email to