#ifndef M_PI and M_SQRT2 added while fearing from redefining :)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1257 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-07-02 19:31:45 +00:00
parent 76c3dc2348
commit 741fc312ee
1 changed files with 8 additions and 4 deletions

View File

@ -5,10 +5,14 @@
#include "../config.h"
# define M_PI 3.14159265358979323846
# define M_SQRT2 1.41421356237309504880
# define REAL_IS_FLOAT
# define NEW_DCT9
#ifndef M_PI
#define M_PI 3.141592653589793238462
#endif
#ifndef M_SQRT2
#define M_SQRT2 1.414213562373095048802
#endif
#define REAL_IS_FLOAT
#define NEW_DCT9
#undef MPG123_REMOTE /* Get rid of this stuff for Win32 */