diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-09 03:43:03 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-09 03:43:03 +0100 |
commit | 4c554c967f748625abcf3ec96fce14792adf69cc (patch) | |
tree | a3d811ef832891286a1a6bff4b1821101efa37df /libavcodec/libcelt_dec.c | |
parent | 92f630eaf21c852fa29c3009b738737e94952bf2 (diff) | |
download | ffmpeg-4c554c967f748625abcf3ec96fce14792adf69cc.tar.gz |
lavc/libcelt: add missing internal.h include.
This should fix build (include is necessary for ff_get_buffer).
Diffstat (limited to 'libavcodec/libcelt_dec.c')
-rw-r--r-- | libavcodec/libcelt_dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libcelt_dec.c b/libavcodec/libcelt_dec.c index 03330324ec..7f0f9ad25d 100644 --- a/libavcodec/libcelt_dec.c +++ b/libavcodec/libcelt_dec.c @@ -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 { |