[FFmpeg-cvslog] aac: add headers needed for log2f()

Michael Niedermayer git at videolan.org
Wed Apr 27 03:56:15 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Apr 23 10:44:21 2011 +0200| [30fe9719344f01a147628e07a8e79a9ccc7e0835] | committer: Anton Khirnov

aac: add headers needed for log2f()

Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30fe9719344f01a147628e07a8e79a9ccc7e0835
---

 libavcodec/aaccoder.c |    1 +
 libavcodec/aacsbr.c   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c
index e7f8cb0..bc59ac5 100644
--- a/libavcodec/aaccoder.c
+++ b/libavcodec/aaccoder.c
@@ -36,6 +36,7 @@
 #include "aac.h"
 #include "aacenc.h"
 #include "aactab.h"
+#include "libavutil/libm.h"
 
 /** bits needed to code codebook run value for long windows */
 static const uint8_t run_value_bits_long[64] = {
diff --git a/libavcodec/aacsbr.c b/libavcodec/aacsbr.c
index 0df5249..7a217ab 100644
--- a/libavcodec/aacsbr.c
+++ b/libavcodec/aacsbr.c
@@ -32,6 +32,7 @@
 #include "aacsbrdata.h"
 #include "fft.h"
 #include "aacps.h"
+#include "libavutil/libm.h"
 
 #include <stdint.h>
 #include <float.h>



More information about the ffmpeg-cvslog mailing list