ppsspp
ppsspp copied to clipboard
Support ffmpeg8
Greetings,
an attempt to build ppsspp against ffmpeg8 fails as:
/build/pobj/ppsspp-1.19.3/ppsspp-1.19.3/Core/HLE/sceMpeg.cpp:931:18: error: no member named 'pkt_size' in 'AVFrame'
931 | len = pFrame->pkt_size;
| ~~~~~~ ^
pkt_size was deprecated, and now it is removed.
Only the bundled ffmpeg is supported. Refer to the conversation at #15308
Should be fixed in https://github.com/hrydgard/ppsspp/pull/20947.