acoustid / chromaprint

C library for generating audio fingerprints used by AcoustID
Other
969 stars 132 forks source link

Add definition of M_PI #136

Closed jiapei100 closed 8 months ago

jiapei100 commented 11 months ago

Add definition of M_PI

# define M_PI 3.14159265358979323846

lalinsky commented 11 months ago

If you want to build this on a system that doesn't include M_PI in math.h, then please add it wrapped in #ifndef M_PI