Skip to content
Snippets Groups Projects
Commit 4c554c96 authored by Clément Bœsch's avatar Clément Bœsch
Browse files

lavc/libcelt: add missing internal.h include.

This should fix build (include is necessary for ff_get_buffer).
parent 92f630ea
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <celt/celt.h> #include <celt/celt.h>
#include <celt/celt_header.h> #include <celt/celt_header.h>
#include "avcodec.h" #include "avcodec.h"
#include "internal.h"
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
struct libcelt_context { struct libcelt_context {
......
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