repo.or.cz
/
kugel-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert the asm fixmul stuff for now.
[kugel-rb.git]
/
apps
/
codecs
/
SOURCES
blob
4e6c891d9a297ff3c46aa80b13961a428131b572
1
#if CONFIG_CODEC == SWCODEC
2
/* decoders */
3
vorbis.c
4
mpa.c
5
flac.c
6
wav.c
7
a52.c
8
wavpack.c
9
#ifndef RB_PROFILE
10
alac.c
11
#endif
12
cook.c
13
raac.c
14
a52_rm.c
15
mpc.c
16
wma.c
17
sid.c
18
ape.c
19
nsf.c
20
asap.c
21
aac.c
22
spc.c
23
mod.c
24
shorten.c
25
aiff.c
26
speex.c
27
adx.c
28
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
29
/* encoders */
30
aiff_enc.c
31
mp3_enc.c
32
wav_enc.c
33
wavpack_enc.c
34
#endif
35
#endif
36