gentoo-ebuilds/x11-misc/xscreensaver/files/xscreensaver-6.12-ffmpeg8.patch
Ionen Wolkens 213f189baf
x11-misc/xscreensaver: fix build with ffmpeg-8
Quick non-maintainer self-fix given will be looking at rekeywording
ffmpeg-8 likely soon'ish. Unknown if been reported upstream given
apparently(?) no public bug tracker, but probably good odds it'll be
fixed next release nonetheless (note that the current fix requires
>=ffmpeg-6.1 thus the RDEPEND bump, may possibly not be needed next
release but not that needing >=6.1 is a problem in Gentoo).

Very trivial fix so no real need for a revbump+re-stabilizing over.

Closes: https://bugs.gentoo.org/963416
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-10-21 07:00:52 -04:00

8 lines
273 B
Diff

https://bugs.gentoo.org/963416
--- a/hacks/ffmpeg-out.c
+++ b/hacks/ffmpeg-out.c
@@ -405,3 +405,3 @@
ffst->video_ost.ctx->pix_fmt = pix_fmt;
- ffst->video_ost.ctx->profile = FF_PROFILE_H264_HIGH;
+ ffst->video_ost.ctx->profile = AV_PROFILE_H264_HIGH;