shithub: mp3dec

Download patch

ref: bc540e422eb7492a5c506e9bd4fd747facbc8225
parent: d30a16b6543d0c26ec444dceb615a0f4ffd991c3
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Jan 13 05:57:23 EST 2021

define MINIMP3_NO_STDIO to reduce the size of the executable

--- a/mp3dec.c
+++ b/mp3dec.c
@@ -2,6 +2,7 @@
 #include <libc.h>
 #include <bio.h>
 #define MINIMP3_IMPLEMENTATION
+#define MINIMP3_NO_STDIO
 #include "minimp3_ex.h"
 
 static int noseek, startsz;