mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoided some FLAC debug output being printed if your app defines the DEBUG macro
This commit is contained in:
parent
62ac568b77
commit
14957e7c99
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ namespace FlacNamespace
|
|||
#define __STDC_LIMIT_MACROS 1
|
||||
#define flac_max jmax
|
||||
#define flac_min jmin
|
||||
#undef DEBUG // (some flac code dumps debug trace if the app defines this macro)
|
||||
#include "flac/all.h"
|
||||
#include "flac/libFLAC/bitmath.c"
|
||||
#include "flac/libFLAC/bitreader.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue