forked from len0rd/rockbox
Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10789 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
65c2c58b3a
commit
4fc717a4c1
36 changed files with 4803 additions and 860 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#if CONFIG_CODEC == SWCODEC
|
||||
/* decoders */
|
||||
vorbis.c
|
||||
mpa.c
|
||||
flac.c
|
||||
|
|
@ -13,4 +14,11 @@ aac.c
|
|||
shorten.c
|
||||
aiff.c
|
||||
sid.c
|
||||
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
|
||||
/* encoders */
|
||||
mp3_enc.c
|
||||
wav_enc.c
|
||||
wavpack_enc.c
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue