spingle/source/snd_mp3.h

13 lines
205 B
C

/* MP3 decoding support using libmad or libmpg123. */
#ifndef spingle__snd_mp3_h
#define spingle__snd_mp3_h
#if defined(USE_CODEC_MP3)
extern snd_codec_t mp3_codec;
#endif /* USE_CODEC_MP3 */
#endif