[FFmpeg-cvslog] avcodec: fix build with DEBUG/TRACE
Michael Niedermayer
git at videolan.org
Mon Apr 20 04:28:20 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Apr 20 04:11:23 2015 +0200| [0a582aeee41d529d5e9711fb76422c31389d42ef] | committer: Michael Niedermayer
avcodec: fix build with DEBUG/TRACE
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a582aeee41d529d5e9711fb76422c31389d42ef
---
libavcodec/ac3enc.c | 1 +
libavcodec/mpegaudiodecheader.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 1e831fb..50803de 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -36,6 +36,7 @@
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "avcodec.h"
+#include "internal.h"
#include "me_cmp.h"
#include "put_bits.h"
#include "audiodsp.h"
diff --git a/libavcodec/mpegaudiodecheader.c b/libavcodec/mpegaudiodecheader.c
index 5e996b4..d522c06 100644
--- a/libavcodec/mpegaudiodecheader.c
+++ b/libavcodec/mpegaudiodecheader.c
@@ -27,6 +27,7 @@
#include "libavutil/common.h"
#include "avcodec.h"
+#include "internal.h"
#include "mpegaudio.h"
#include "mpegaudiodata.h"
#include "mpegaudiodecheader.h"
More information about the ffmpeg-cvslog
mailing list