# HG changeset patch # User stefano # Date 1264202183 0 # Node ID e892e44a0b6bc52ca129d0b7aa0d3e151bbca576 # Parent 21c98b55a800b727d760268a828e78c13b9c1be5 Remove conditional M_PI definition, it is already defined in libavutil/mathematics.h indirectly included by libavformat/avformat.h. diff -r 21c98b55a800 -r e892e44a0b6b output-example.c --- 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 #include -#ifndef M_PI -#define M_PI 3.14159265358979323846 -#endif - #include "libavformat/avformat.h" #include "libswscale/swscale.h"