You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
225 B
13 lines
225 B
/* Ogg/Vorbis streaming music support. */
|
|
|
|
#if !defined(_SND_VORBIS_H_)
|
|
#define _SND_VORBIS_H_ 1
|
|
|
|
#if defined(USE_CODEC_VORBIS)
|
|
|
|
extern snd_codec_t vorbis_codec;
|
|
|
|
#endif /* USE_CODEC_VORBIS */
|
|
|
|
#endif /* ! _SND_VORBIS_H_ */
|
|
|