Re: [libav-devel] [PATCH 06/13] configure: Add missing cuda dependency to nvenc

2016-12-05 Thread Luca Barbato
On 29/11/2016 19:34, Diego Biurrun wrote:
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index eb3dc7a..aab5a68 100755
> --- a/configure
> +++ b/configure
> @@ -2190,7 +2190,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'

I'm not 100% sure it works as intended.
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


[libav-devel] [PATCH 06/13] configure: Add missing cuda dependency to nvenc

2016-11-29 Thread Diego Biurrun
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index eb3dc7a..aab5a68 100755
--- a/configure
+++ b/configure
@@ -2190,7 +2190,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'
-- 
2.1.4

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