rockbox-codecs 0.1.1

Rockbox audio decoders (FLAC, MP3, Vorbis, ALAC, WavPack, WAV/ADPCM, …) as a reusable decoding library
Documentation
/* Stub — shadows the configure-generated build autoconf.h (included by
 * libspeex/config-speex.h). Only the architecture constants are needed;
 * ARCH_NONE selects the portable C paths. */
#ifndef RBCODEC_AUTOCONF_H
#define RBCODEC_AUTOCONF_H

#define arch_none 0
#define ARCH_NONE 0
#define arch_sh 1
#define ARCH_SH 1
#define arch_m68k 2
#define ARCH_M68K 2
#define arch_arm 3
#define ARCH_ARM 3
#define arch_mips 4
#define ARCH_MIPS 4
#define arch_x86 5
#define ARCH_X86 5
#define arch_amd64 6
#define ARCH_AMD64 6

#define ARCH arch_none

#endif