Description: Adjust to flac 1.3.3
 Steal some defines from flac's include/FLAC/format.h and
 include/share/replaygain_synthesis.h
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2019-10-06
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=130665
Bug: https://rt.cpan.org/Ticket/Display.html?id=130665

--- a/include/replaygain_synthesis.h
+++ b/include/replaygain_synthesis.h
@@ -20,6 +20,9 @@
 #include "FLAC/ordinals.h"
 #include "common.h"
 
+#define FLAC__MAX_CHANNELS (8u)
+#define FLAC_SHARE__MAX_SUPPORTED_CHANNELS FLAC__MAX_CHANNELS
+
 typedef enum {
 	NOISE_SHAPING_NONE = 0,
 	NOISE_SHAPING_LOW = 1,
