mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/libcelt: add missing internal.h include.
This should fix build (include is necessary for ff_get_buffer).
This commit is contained in:
parent
92f630eaf2
commit
4c554c967f
|
@ -22,6 +22,7 @@
|
|||
#include <celt/celt.h>
|
||||
#include <celt/celt_header.h>
|
||||
#include "avcodec.h"
|
||||
#include "internal.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
|
||||
struct libcelt_context {
|
||||
|
|
Loading…
Reference in New Issue