Commit 4c554c96 authored by Clément Bœsch's avatar Clément Bœsch

lavc/libcelt: add missing internal.h include.

This should fix build (include is necessary for ff_get_buffer).
parent 92f630ea
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment