mirror of https://github.com/mpv-player/mpv
af_scaletempo2: M_PI is always defined
I forgot why/how (C99?), but other code also uses it.
This commit is contained in:
parent
785a2b1261
commit
1fe6def066
|
@ -4,10 +4,6 @@
|
|||
#include "audio/chmap.h"
|
||||
#include "audio/filter/af_scaletempo2_internals.h"
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
// Algorithm overview (from chromium):
|
||||
// Waveform Similarity Overlap-and-add (WSOLA).
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue