File: snd_flac.h

package info (click to toggle)
quakespasm 0.93.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,672 kB
  • sloc: ansic: 52,034; sh: 306; makefile: 263
file content (13 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* fLaC streaming music support. */

#if !defined(_SND_FLAC_H_)
#define _SND_FLAC_H_ 1

#if defined(USE_CODEC_FLAC)

extern snd_codec_t flac_codec;

#endif	/* USE_CODEC_FLAC */

#endif	/* ! _SND_FLAC_H_ */