rockbox-codecs 0.1.1

Rockbox audio decoders (FLAC, MP3, Vorbis, ALAC, WavPack, WAV/ADPCM, …) as a reusable decoding library
Documentation
1
2
3
4
5
6
7
8
9
/* Stub — no-op logging. */
#ifndef RBMETA_LOGF_H
#define RBMETA_LOGF_H

#ifndef logf
#define logf(...) do { } while (0)
#endif

#endif