mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
#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:
parent
76c3dc2348
commit
741fc312ee
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user