Commit 6d197582 authored by takis's avatar takis

Use a more correct value for Pi.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8024 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 05639aa8
......@@ -28,7 +28,7 @@
#include <math.h>
#ifndef M_PI
#define M_PI 3.1415926535897931
#define M_PI 3.14159265358979323846
#endif
#include "avformat.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