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
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
2 matches
Mail list logo