diff --git a/include/share/replaygain_synthesis.h b/include/share/replaygain_synthesis.h index bb8885c5..3f161651 100644 --- a/include/share/replaygain_synthesis.h +++ b/include/share/replaygain_synthesis.h @@ -21,9 +21,9 @@ #define FLAC__SHARE__REPLAYGAIN_SYNTHESIS_H #include /* for size_t */ -#include "FLAC/ordinals.h" +#include "FLAC/format.h" -#define FLAC_SHARE__MAX_SUPPORTED_CHANNELS 2 +#define FLAC_SHARE__MAX_SUPPORTED_CHANNELS FLAC__MAX_CHANNELS typedef enum { NOISE_SHAPING_NONE = 0,