hbiyik / FFmpeg

PLEASE USE https://github.com/nyanmisaka/ffmpeg-rockchip REPO INSTEAD.
https://github.com/nyanmisaka/ffmpeg-rockchip
Other
90 stars 7 forks source link

brakes build #24

Closed great9 closed 8 months ago

great9 commented 9 months ago

https://github.com/hbiyik/FFmpeg/blob/e243e8d0010dfdaab0a9e3f9bb94dba7a2c51c69/libavcodec/rkmpp.c#L34

hbiyik commented 9 months ago

?

ielenik commented 9 months ago

Just a guess - in case of old mpp RK_FORMAT_BGR_565 will be unresolved

MarcA711 commented 9 months ago

I had the same issue. The reason was an old version of librga. Can be fixed by installing librga2 and librga-dev from here (use the newest version for your distro): http://ppa.linuxfactory.or.kr/pool/rockchip/libr/librga/

hbiyik commented 9 months ago

always use the latest rga-multi, semi-official branch is here: https://github.com/JeffyCN/mirrors/tree/linux-rga-multi

i will also remove BGR565 since it is not used at all.