Commit c103a158 authored by stefano's avatar stefano

Remove conditional M_PI definition, it is already defined in

libavutil/mathematics.h indirectly included by libavformat/avformat.h.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21388 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4af07b63
......@@ -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"
......
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