Am Sun, 28 Jun 2020 22:16:13 +0200 schrieb Sebastian Ramacher <[email protected]>:
> Unfortunately the patch fails to build on i386:
Darn. Of course, sorry. This is missing:
Index: src/libsyn123/syn123.h.in
===================================================================
--- src/libsyn123/syn123.h.in (revisión: 4743)
+++ src/libsyn123/syn123.h.in (copia de trabajo)
@@ -964,6 +964,7 @@
ssize_t syn123_resample_inexpect(syn123_handle *sh, size_t outs);
+#ifndef SYN123_NO_LARGENAME
/* Lightweight large file hackery to enable worry-reduced use of off_t.
Depending on the size of off_t in your client build, the corresponding
library function needs to be chosen. */
@@ -978,6 +979,7 @@
# error "Unpredicted _FILE_OFFSET_BITS value."
# endif
#endif
+#endif
/** Give exact output sample count for total input sample count.
*
Index: src/libsyn123/syn123_int.h
===================================================================
--- src/libsyn123/syn123_int.h (revisión: 4743)
+++ src/libsyn123/syn123_int.h (copia de trabajo)
@@ -17,6 +17,7 @@
#include "intsym.h"
#include "compat.h"
#include "abi_align.h"
+#define SYN123_NO_LARGENAME
#include "syn123.h"
// Generally, a number of samples we work on in one go to
I pushed a new snapshot. Can you verify?
Alrighty then,
Thomas
pgp1VUv_C5wj0.pgp
Description: Firma digital OpenPGP

