On Wed, Jul 29, 2009 at 01:24:30AM +0200, cmcq wrote: > 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>
To get M_PI defined, the proper include is "libavutil/mathematics.h". Aurel _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
