Commit 31052c1d authored by diego's avatar diego

The internal header libavutil/internal.h should not be used outside libavutil.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19157 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c2c2e928
......@@ -30,7 +30,6 @@
#ifndef AVCODEC_AAC_H
#define AVCODEC_AAC_H
#include "libavutil/internal.h"
#include "avcodec.h"
#include "dsputil.h"
#include "mpeg4audio.h"
......
......@@ -27,7 +27,6 @@
#ifndef AVCODEC_AC3DEC_H
#define AVCODEC_AC3DEC_H
#include "libavutil/internal.h"
#include "libavutil/lfg.h"
#include "ac3.h"
#include "get_bits.h"
......
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