changeset 5578:e892e44a0b6b libavformat

Remove conditional M_PI definition, it is already defined in libavutil/mathematics.h indirectly included by libavformat/avformat.h.
author stefano
date Fri, 22 Jan 2010 23:16:23 +0000
parents 21c98b55a800
children e5752e0e373d
files output-example.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/output-example.c	Fri Jan 22 23:09:08 2010 +0000
+++ b/output-example.c	Fri Jan 22 23:16:23 2010 +0000
@@ -27,10 +27,6 @@
 #include <string.h>
 #include <math.h>
 
-#ifndef M_PI
-#define M_PI 3.14159265358979323846
-#endif
-
 #include "libavformat/avformat.h"
 #include "libswscale/swscale.h"