Include opus_private.h when building the repacketizer.

The repacketizer uses encode_size() which is only declared
in the private header.
This commit is contained in:
Ralph Giles 2011-08-24 12:01:16 +12:00 committed by Jean-Marc Valin
parent efef001d6d
commit bed02c9205

View file

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