diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-08-13 16:01:21 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-08-13 16:01:21 +0000 |
commit | 5af4f1f3e3d8a219aa2f0b57e2b8152cea31aaf3 (patch) | |
tree | 44ba6d3d2122ee89709435e5df9dc121cd8ae434 /libavutil/internal.h | |
parent | af44e8e4886017ba84fb1e03d495dfb37989f0bf (diff) | |
download | ffmpeg-5af4f1f3e3d8a219aa2f0b57e2b8152cea31aaf3.tar.gz |
move M_PI definition along with other math definitions
Originally committed as revision 14727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 4832ef1b22..71a353ecda 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -50,10 +50,6 @@ #endif #endif -#ifndef M_PI -#define M_PI 3.14159265358979323846 -#endif - #ifndef INT16_MIN #define INT16_MIN (-0x7fff-1) #endif |