diff options
author | Andreas Öman <andreas@lonelycoder.com> | 2008-12-22 22:39:55 +0000 |
---|---|---|
committer | Andreas Öman <andreas@lonelycoder.com> | 2008-12-22 22:39:55 +0000 |
commit | 11c23b64ac5278ed8377f6e1eff2839eac25c82a (patch) | |
tree | a4d508a4cd48059bd08100b947c943728557499b /libavcodec/mpegaudiodec.c | |
parent | 9f2ace74ef492b6ba7b4c0cc07f1e29d164f5889 (diff) | |
download | ffmpeg-11c23b64ac5278ed8377f6e1eff2839eac25c82a.tar.gz |
Revert r16257:
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
own llrint() is to be used.
Originally committed as revision 16282 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudiodec.c')
-rw-r--r-- | libavcodec/mpegaudiodec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index 4969623e6d..a853562a3f 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -27,7 +27,6 @@ #include "avcodec.h" #include "bitstream.h" #include "dsputil.h" -#include "libavutil/common.h" /* * TODO: |