shithub: mp3dec

Download patch

ref: 8328b42da4c149b6f1ccac2e09f27444011f2d9e
parent: 763d246e51be73ff6c45c0d8355ba3a7a6476e26
author: lieff <lieff@users.noreply.github.com>
date: Wed Feb 28 07:14:03 EST 2018

guard only header section by MINIMP3_H

--- a/minimp3.h
+++ b/minimp3.h
@@ -38,6 +38,7 @@
 #ifdef __cplusplus
 }
 #endif
+#endif /*MINIMP3_H*/
 
 #ifdef MINIMP3_IMPLEMENTATION
 
@@ -1733,4 +1734,3 @@
     return success*hdr_frame_samples(dec->header);
 }
 #endif /*MINIMP3_IMPLEMENTATION*/
-#endif