1
0
Fork 0
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:
jules 2016-10-16 15:49:51 +01:00
parent 62ac568b77
commit 14957e7c99

View file

@ -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"