Skip to content
Snippets Groups Projects
Commit bed02c92 authored by Ralph Giles's avatar Ralph Giles Committed by Jean-Marc Valin
Browse files

Include opus_private.h when building the repacketizer.

The repacketizer uses encode_size() which is only declared
in the private header.
parent efef001d
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
#include <string.h>
#include "opus.h"
#include "opus_private.h"
struct OpusRepacketizer {
unsigned char toc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment