On 9/21/2016 6:38 AM, Philip Langdale wrote: > Signed-off-by: Philip Langdale <phil...@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. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel