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
10
11
/* Stub — no-op debug output. */
#ifndef RBMETA_DEBUG_H
#define RBMETA_DEBUG_H

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

/* panicf is a real function — declared in rbcodecconfig.h */

#endif