Commit 0a582aee authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec: fix build with DEBUG/TRACE

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8f7b022c
......@@ -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"
......
......@@ -27,6 +27,7 @@
#include "libavutil/common.h"
#include "avcodec.h"
#include "internal.h"
#include "mpegaudio.h"
#include "mpegaudiodata.h"
#include "mpegaudiodecheader.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