CHD/FLAC: surround flac.c with #ifdef

This commit is contained in:
Christoph 'baka0815' Schwerdtfeger 2018-09-23 15:27:57 +02:00 committed by Christoph "baka0815" Schwerdtfeger
parent 5e16412629
commit a008a736d8
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#if defined(CHD5_FLAC)
/* license:BSD-3-Clause
* copyright-holders:Aaron Giles
***************************************************************************
@ -329,3 +330,4 @@ FLAC__StreamDecoderWriteStatus flac_decoder_write_callback(void *client_data, co
void flac_decoder_error_callback_static(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
{
}
#endif // CHD5_FLAC