Browse Source

lavc/libcelt: add missing internal.h include.

This should fix build (include is necessary for ff_get_buffer).
tags/n1.1
Clément Bœsch 12 years ago
parent
commit
4c554c967f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/libcelt_dec.c

+ 1
- 0
libavcodec/libcelt_dec.c View File

@@ -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