lavc/libcelt: add missing internal.h include.

This should fix build (include is necessary for ff_get_buffer).
pull/8/head
Clément Bœsch 12 years ago
parent 92f630eaf2
commit 4c554c967f
  1. 1
      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 {

Loading…
Cancel
Save