[FFmpeg-devel] [PATCH 3/3] cuvid: Use the compat headers for nvcuvid

Timo Rothenpieler timo at rothenpieler.org
Wed Sep 21 18:54:44 EEST 2016


On 9/21/2016 6:38 AM, Philip Langdale wrote:
> Signed-off-by: Philip Langdale <philipl at overt.org>
> ---
>  libavcodec/cuvid.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/cuvid.c b/libavcodec/cuvid.c
> index f2e92cf..7fd0b0d 100644
> --- a/libavcodec/cuvid.c
> +++ b/libavcodec/cuvid.c
> @@ -30,7 +30,7 @@
>  #include "avcodec.h"
>  #include "internal.h"
>  
> -#include <nvcuvid.h>
> +#include "compat/cuda/nvcuvid.h"
>  
>  #define MAX_FRAME_COUNT 25

configure also needs to be changed, as it checks the headers for their
capabilities.


More information about the ffmpeg-devel mailing list