summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-11-07 13:37:58 +1100
committerjacqueline <me@jacqueline.id.au>2023-11-07 13:37:58 +1100
commit9dc8f5646c0d4741636396b0c08309263af5e323 (patch)
tree2342bc4c82615c998417c0551097705593d3fc95 /lib
parent9b52fad86eb44c80f8e5dafcb460a71e38c1ff6e (diff)
downloadtangara-fw-9dc8f5646c0d4741636396b0c08309263af5e323.tar.gz
Make foxenflac a little less memory hungry
We should really just use the xiph library :/
Diffstat (limited to 'lib')
-rw-r--r--lib/libfoxenflac/flac.c2
1 files changed, 1 insertions, 1 deletions
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