aribb25: fix gcc15 build

This commit is contained in:
Xiangyan Sun
2026-03-17 15:45:25 -07:00
parent d5dcf11d7a
commit 8c7e008592
+5
View File
@@ -48,6 +48,11 @@ stdenv.mkDerivation {
})
];
postPatch = ''
substituteInPlace src/td.c \
--replace-fail 'static void show_usage();' 'static void show_usage(int exit_code);'
'';
meta = {
description = "Sample implementation of the ARIB STD-B25 standard";
homepage = "https://code.videolan.org/videolan/aribb25";