From 348f112e8316fe8a80fdf754089a1ead7f5bde15 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 1 Nov 2002 04:27:30 +0000 Subject: [PATCH] move FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS into defs.h --- src/plugin_common/dither.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugin_common/dither.h b/src/plugin_common/dither.h index 9e44cc29..8f1fce58 100644 --- a/src/plugin_common/dither.h +++ b/src/plugin_common/dither.h @@ -21,10 +21,9 @@ #include "export.h" +#include "defs.h" /* buy FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS for the caller */ #include "FLAC/ordinals.h" -#define FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS 2 - PLUGIN_COMMON_API unsigned FLAC__plugin_common__pack_pcm_signed_little_endian(FLAC__byte *data, FLAC__int32 *input, unsigned wide_samples, unsigned channels, unsigned source_bps, unsigned target_bps); #endif