[FFmpeg-soc] [soc]: r4822 - in amr: amrnbfloatdata.h amrnbfloatdec.c
cmcq
subversion at mplayerhq.hu
Wed Jul 29 01:24:30 CEST 2009
Author: cmcq
Date: Wed Jul 29 01:24:30 2009
New Revision: 4822
Log:
Include headers for M_PI, memcpy, memmove, log10f, fabsf
Modified:
amr/amrnbfloatdata.h
amr/amrnbfloatdec.c
Modified: amr/amrnbfloatdata.h
==============================================================================
--- amr/amrnbfloatdata.h Tue Jul 28 18:17:23 2009 (r4821)
+++ amr/amrnbfloatdata.h Wed Jul 29 01:24:30 2009 (r4822)
@@ -30,6 +30,7 @@
#include <stdint.h>
#include <stddef.h>
+#include <math.h>
#include "libavutil/common.h"
Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c Tue Jul 28 18:17:23 2009 (r4821)
+++ amr/amrnbfloatdec.c Wed Jul 29 01:24:30 2009 (r4822)
@@ -27,6 +27,8 @@
#include <stddef.h>
+#include <string.h>
+#include <math.h>
#include "avcodec.h"
#include "get_bits.h"
More information about the FFmpeg-soc
mailing list