ppsspp icon indicating copy to clipboard operation
ppsspp copied to clipboard

AVStream' {aka 'struct AVStream'} has no member named 'request_probe'

Open Kelvfimer opened this issue 4 months ago • 1 comments

Game or games this happens in

None

What area of the game / PPSSPP

Error when compiling

/home/kelv/clone3/EmuELEC/build.EmuELEC-Amlogic-ng.aarch64-4/build/PPSSPPSDL-bb3e599f4e947dfd01037e7a1946492860cc317f/Core/HW/MediaEngine.cpp:430:33: error: 'AVStream' {aka 'struct AVStream'} has no member named 'request_probe'

What should happen

Compile

Logs

log4.txt

Platform

Linux / BSD

Mobile device model or graphics card (GPU)

Odroid n2+

PPSSPP version affected

bb3e599f4e947dfd01037e7a1946492860cc317f

Last working version

No response

Graphics backend (3D API)

OpenGL / GLES

Checklist

  • [x] Test in the latest git build in case it's already fixed.
  • [x] Search for other reports of the same issue.
  • [x] Try resetting settings or older versions and include if the issue is related.
  • [x] Try without any cheats and without loading any save states.
  • [x] Include logs or screenshots of issue.

Kelvfimer avatar Oct 31 '25 13:10 Kelvfimer

You are not building with the bundled ffmpeg.

oltolm avatar Oct 31 '25 23:10 oltolm