summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
diff options
context:
space:
mode:
authorAndreas Öman <andreas@lonelycoder.com>2008-12-21 21:53:42 +0000
committerAndreas Öman <andreas@lonelycoder.com>2008-12-21 21:53:42 +0000
commit1af34f094e2e28c26effbf42adf9479a8b759069 (patch)
tree3649bc8ba9ca41a658a12edad55de60a4a0a80f7 /libavcodec/mpegaudiodec.c
parented4c638a07005007561590e2373b49917e8e4e6d (diff)
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
own llrint() is to be used. Originally committed as revision 16257 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudiodec.c')
-rw-r--r--libavcodec/mpegaudiodec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c
index a853562a3f..4969623e6d 100644
--- a/libavcodec/mpegaudiodec.c
+++ b/libavcodec/mpegaudiodec.c
@@ -27,6 +27,7 @@
#include "avcodec.h"
#include "bitstream.h"
#include "dsputil.h"
+#include "libavutil/common.h"
/*
* TODO: