shithub: aacenc

Download patch

ref: 40fffb1f696ef1abaf7a0a0ec4c4c3d0cde790b1
parent: d6aa4b3e1d81f48ef67f0b47ad09dbbe2a6964a9
author: Fabian Greffrath <fabian@greffrath.com>
date: Tue Sep 10 05:54:59 EDT 2019

include stdint.h for int32_t

--- a/include/faac.h
+++ b/include/faac.h
@@ -46,6 +46,7 @@
 }
 psymodellist_t;
 
+#include <stdint.h>
 #include "faaccfg.h"