spingle/source/snd_flac.h

14 lines
203 B
C
Raw Normal View History

2019-11-24 20:45:15 -08:00
/* fLaC streaming music support. */
2019-12-02 04:24:20 -08:00
#ifndef _SND_FLAC_H_
2019-11-24 20:45:15 -08:00
#define _SND_FLAC_H_ 1
#if defined(USE_CODEC_FLAC)
extern snd_codec_t flac_codec;
2019-11-25 17:40:18 -08:00
#endif /* USE_CODEC_FLAC */
2019-11-24 20:45:15 -08:00
2019-11-25 17:40:18 -08:00
#endif /* ! _SND_FLAC_H_ */
2019-11-24 20:45:15 -08:00