d/p: Add patch to fix compilation issue with ffmpeg 8.0

Ffmpeg upstream deprecated the use of FF_PROFILE_* defines in commit
8238bc0b5e3d ("avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines")

That commit has been present since ffmpeg release 6.1.
In ffmpeg 8.0 the FF_PROFILE_* defines have been removed in commit
822432769868 ("avcodec: remove deprecated FF_API_FF_PROFILE_LEVEL")

That causes a compilation failure in mpv. So import mpv's upstream
commit which adjusts for that.

Closes: #1115038

Link: https://github.com/mpv-player/mpv/commit/26b29fba02a2
Link: https://bugs.debian.org/1115038
Signed-off-by: Diederik de Haas didi.debian@cknow.org

Merge request reports

Loading