Bug#1077537: renpy FTBFS with ffmpeg 7

2024-08-08 Thread Gregor Riepl
Here's a patch that (hopefully) fixes the deprecated APIs that were removed in FFmpeg 7.--- a/module/ffmedia.c +++ b/module/ffmedia.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include @@ -71,7 +72,11 @@ } +#if (LIBAVFORMAT_VERSION_MAJOR < 61) static int rwo

Bug#1077537: renpy FTBFS with ffmpeg 7

2024-07-29 Thread Adrian Bunk
Source: renpy Version: 8.2.2+dfsg-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/logs.php?pkg=renpy&ver=8.2.2%2Bdfsg-1%2Bb2 ... ffmedia.c:108:9: error: passing argument 6 of ‘avio_alloc_context’ from incompatible pointer type [-Wincompatible-pointer-types] 108 | rwops