1
0
Fork 0
forked from len0rd/rockbox

Simulator: build recording code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27280 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-07-04 13:37:52 +00:00
parent bf83ac6240
commit 3982f1e932
8 changed files with 33 additions and 94 deletions

View file

@ -1,5 +1,5 @@
#if CONFIG_CODEC == SWCODEC
/* decoders */
vorbis.c
mpa.c
flac.c
@ -32,12 +32,14 @@ au.c
vox.c
wav64.c
tta.c
#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
#ifdef HAVE_RECORDING
/* encoders */
aiff_enc.c
mp3_enc.c
wav_enc.c
wavpack_enc.c
#endif
#endif
#endif /* HAVE_RECORDING */