Commit d552e2c3 authored by diego's avatar diego

Add missing #includes to fix 'make checkheaders'.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17398 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8bd9d590
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#ifndef AVCODEC_AAC_H #ifndef AVCODEC_AAC_H
#define AVCODEC_AAC_H #define AVCODEC_AAC_H
#include "libavutil/internal.h"
#include "avcodec.h" #include "avcodec.h"
#include "dsputil.h" #include "dsputil.h"
#include "mpeg4audio.h" #include "mpeg4audio.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#ifndef AVCODEC_AC3DEC_H #ifndef AVCODEC_AC3DEC_H
#define AVCODEC_AC3DEC_H #define AVCODEC_AC3DEC_H
#include "libavutil/internal.h"
#include "libavutil/lfg.h" #include "libavutil/lfg.h"
#include "ac3.h" #include "ac3.h"
#include "bitstream.h" #include "bitstream.h"
......
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
#include <stdint.h> #include <stdint.h>
#include "libavutil/common.h"
/* unbuffered I/O */ /* unbuffered I/O */
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment