/* Ogg/Opus streaming music support. */ #ifndef spingle__snd_opus #define spingle__snd_opus #if defined(USE_CODEC_OPUS) extern snd_codec_t opus_codec; #endif /* USE_CODEC_OPUS */ #endif