1) mpeg.c is only for MAS-devices
2) lcd-h100-remote should work fine for H300 as well since you can use the H100 remote fine on a h300 player 3) drivers/uda1380.c depends on HAVE_UDA1380 4) pcm_playback.c is for all sw-codec (non-MAS) devices git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6756 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1753e98a70
commit
2230791850
1 changed files with 6 additions and 4 deletions
|
@ -102,7 +102,7 @@ crt0.S
|
|||
#endif
|
||||
mp3_playback.c
|
||||
mp3data.c
|
||||
#ifndef IRIVER_H100
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
mpeg.c
|
||||
#endif
|
||||
#ifndef WIN32 /* the win32 sim has its own versin of these: */
|
||||
|
@ -117,11 +117,13 @@ bitswap.S
|
|||
descramble.S
|
||||
#endif
|
||||
drivers/lcd.S
|
||||
#ifdef IRIVER_H100
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
drivers/lcd-h100-remote.c
|
||||
#ifndef SIMULATOR
|
||||
#endif
|
||||
#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
|
||||
drivers/uda1380.c
|
||||
#endif
|
||||
#if CONFIG_HWCODEC == MASNONE
|
||||
pcm_playback.c
|
||||
#endif
|
||||
#endif
|
||||
sound.c
|
||||
|
|
Loading…
Reference in a new issue