spingle/source/snd_opus.h

14 lines
213 B
C
Raw Normal View History

2019-11-24 20:45:15 -08:00
/* Ogg/Opus streaming music support. */
#if !defined(_SND_OPUS_H_)
#define _SND_OPUS_H_ 1
#if defined(USE_CODEC_OPUS)
extern snd_codec_t opus_codec;
2019-11-25 17:40:18 -08:00
#endif /* USE_CODEC_OPUS */
2019-11-24 20:45:15 -08:00
2019-11-25 17:40:18 -08:00
#endif /* ! _SND_OPUS_H_ */
2019-11-24 20:45:15 -08:00