Remove conditional M_PI definition, it is already defined in
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 22 Jan 2010 23:16:23 +0000 (23:16 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 22 Jan 2010 23:16:23 +0000 (23:16 +0000)
libavutil/mathematics.h indirectly included by libavformat/avformat.h.

Originally committed as revision 21388 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/output-example.c

index ac7db48..fb1d3a7 100644 (file)
 #include <string.h>
 #include <math.h>
 
-#ifndef M_PI
-#define M_PI 3.14159265358979323846
-#endif
-
 #include "libavformat/avformat.h"
 #include "libswscale/swscale.h"