shithub: opus

Download patch

ref: bed02c9205476b93fc9bf3d9e3608d792cfaf8e3
parent: efef001d6d51b079925196d46806d6a0368b6ea7
author: Ralph Giles <[email protected]>
date: Wed Aug 24 08:01:16 EDT 2011

Include opus_private.h when building the repacketizer.

The repacketizer uses encode_size() which is only declared
in the private header.

--- a/src/repacketizer.c
+++ b/src/repacketizer.c
@@ -34,6 +34,7 @@
 #include <string.h>
 
 #include "opus.h"
+#include "opus_private.h"
 
 struct OpusRepacketizer {
    unsigned char toc;