1
0
Fork 0
forked from len0rd/rockbox

pcm_record.c depends on UDA1380, not h100...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6941 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-06-30 10:26:53 +00:00
parent 7651f52190
commit b936d94e41

View file

@ -128,7 +128,7 @@ drivers/uda1380.c
#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR) #if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR)
pcm_playback.c pcm_playback.c
#endif #endif
#if defined(IRIVER_H100) && !defined(SIMULATOR) #if defined(HAVE_UDA1380) && !defined(SIMULATOR)
pcm_record.c pcm_record.c
#endif #endif
sound.c sound.c