diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-05-31 18:00:33 +0200 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-05-31 18:00:33 +0200 |
commit | 6dfc60e9d4791c3385908c61ad75c4a0093ea1eb (patch) | |
tree | 937b5fe54e21692ea5cd10284b5e3cf60a710454 /src/atrac/at3p/ff | |
parent | bb6068829b9dbe1102143a7b69e84ecf4526a1df (diff) | |
download | atracdenc-at3plus-dev.tar.gz |
[AT3P] Fix for Windows buildat3plus-dev
Diffstat (limited to 'src/atrac/at3p/ff')
-rw-r--r-- | src/atrac/at3p/ff/atrac3plusdsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atrac/at3p/ff/atrac3plusdsp.c b/src/atrac/at3p/ff/atrac3plusdsp.c index 566f160..5859876 100644 --- a/src/atrac/at3p/ff/atrac3plusdsp.c +++ b/src/atrac/at3p/ff/atrac3plusdsp.c @@ -25,6 +25,7 @@ * DSP functions for ATRAC3+ decoder. */ +#define _USE_MATH_DEFINES #include <math.h> #include <string.h> |