mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 09:07:42 +00:00
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:
parent
efef001d6d
commit
bed02c9205
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "opus.h"
|
||||
#include "opus_private.h"
|
||||
|
||||
struct OpusRepacketizer {
|
||||
unsigned char toc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue