CHD/FLAC: surround flac.c with #ifdef
This commit is contained in:
parent
5e16412629
commit
a008a736d8
|
@ -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
|
Loading…
Reference in New Issue