shithub: libopusenc

Download patch

ref: bd980e0a1a38bee8aeedf71ed93f331d246712aa
parent: 0130afaa7ab6141d4d5dad078748dcddf0d63ce8
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Thu May 17 09:00:28 EDT 2018

opusenc.h needs to #include <stddef.h> because of size_t

Thanks to joerg-krause
https://github.com/xiph/libopusenc/issues/12

--- a/include/opusenc.h
+++ b/include/opusenc.h
@@ -54,6 +54,7 @@
 extern "C" {
 # endif
 
+#include <stddef.h>
 #include <opus.h>
 
 #ifndef OPE_EXPORT