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
Forgot to remove wps_data.remove_wps in checkwps too.
[kugel-rb.git]
/
apps
/
codecs
/
SOURCES
blob
75d74ab33b7d20e5a6586e67dfa983cafccbfd0f
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
atrac3_rm.c
16
mpc.c
17
wma.c
18
sid.c
19
ape.c
20
nsf.c
21
asap.c
22
aac.c
23
spc.c
24
mod.c
25
shorten.c
26
aiff.c
27
speex.c
28
adx.c
29
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
30
/* encoders */
31
aiff_enc.c
32
mp3_enc.c
33
wav_enc.c
34
wavpack_enc.c
35
#endif
36
#endif
37