af_scaletempo2: M_PI is always defined

I forgot why/how (C99?), but other code also uses it.
This commit is contained in:
wm4 2020-07-27 00:59:37 +02:00
parent 785a2b1261
commit 1fe6def066
1 changed files with 0 additions and 4 deletions

View File

@ -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).
//