Commit 563217fc authored by bellard's avatar bellard

suppressed redundant math.h - suppressed M_PI redefinition


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1419 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dd8e3fdb
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include <math.h>
#include "common.h"
#include "avcodec.h" #include "avcodec.h"
#include "dsputil.h" #include "dsputil.h"
#include "mpegvideo.h" #include "mpegvideo.h"
...@@ -26,10 +24,6 @@ ...@@ -26,10 +24,6 @@
#undef NDEBUG // allways check asserts, the speed effect is far too small to disable them #undef NDEBUG // allways check asserts, the speed effect is far too small to disable them
#include <assert.h> #include <assert.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#ifndef M_E #ifndef M_E
#define M_E 2.718281828 #define M_E 2.718281828
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment