git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f630e
)
lavc/libcelt: add missing internal.h include.
author
Clément Bœsch
<ubitux@gmail.com>
Sun, 9 Dec 2012 02:43:03 +0000
(
03:43
+0100)
committer
Clément Bœsch
<ubitux@gmail.com>
Sun, 9 Dec 2012 02:43:03 +0000
(
03:43
+0100)
This should fix build (include is necessary for ff_get_buffer).
libavcodec/libcelt_dec.c
patch
|
blob
|
history
diff --git
a/libavcodec/libcelt_dec.c
b/libavcodec/libcelt_dec.c
index
0333032
..
7f0f9ad
100644
(file)
--- 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 {