Browse code

lavc/libcelt: add missing internal.h include.

This should fix build (include is necessary for ff_get_buffer).

Clément Bœsch authored on 2012/12/09 11:43:03
Showing 1 changed files
... ...
@@ -22,6 +22,7 @@
22 22
 #include <celt/celt.h>
23 23
 #include <celt/celt_header.h>
24 24
 #include "avcodec.h"
25
+#include "internal.h"
25 26
 #include "libavutil/intreadwrite.h"
26 27
 
27 28
 struct libcelt_context {