Unverified Commit 2c5097ee authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

aribb25: fix gcc15 build (#500855)

parents fe3e55a6 8c7e0085
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";