jc-kynesim / rpi-ffmpeg

FFmpeg work for RPI
Other
107 stars 25 forks source link

gcc: error: libavcodec/cuvid.o: No such file or directory #47

Open LeonFargher opened 1 year ago

LeonFargher commented 1 year ago

Hello and thank you for reading my issue.

I have been trying to build the dev/4 .3.1/drm_prime_1 branch on a 64bit Ubuntu, 20.04.4 on a raspberry pi 4, following Michael Eiler's guide on HEVC decoding. https://blog.eiler.eu/posts/20210117/

image

Following his steps, i get to the make -j4 command and receive the following error

image

The libavcodec folder does not contain a cuvid.c file to build into a object file, and i'm not sure whats going on here. Is this branch now outdated and should another be used instead?

Thank you for reading :)