From 9dc8f5646c0d4741636396b0c08309263af5e323 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 7 Nov 2023 13:37:58 +1100 Subject: Make foxenflac a little less memory hungry We should really just use the xiph library :/ --- lib/libfoxenflac/flac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libfoxenflac/flac.c b/lib/libfoxenflac/flac.c index d65ada3e..d4030e11 100644 --- a/lib/libfoxenflac/flac.c +++ b/lib/libfoxenflac/flac.c @@ -305,7 +305,7 @@ static inline uint64_t fx_bitstream_peek_msb(fx_bitstream_t *reader, * optimization. Furthermore, some platforms (WASM) do not allow unaligned * memory access. */ -#define FX_ALIGN 16 +#define FX_ALIGN 1 /** * Macro telling the compiler that P is aligned with the specified alignment -- cgit v1.2.3