mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
Added ID3 database support.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5576 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8a5de5fec9
commit
5df90b4875
2 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
|
||||||
playlist.c wps.c wps-display.c settings.c status.c \
|
playlist.c wps.c wps-display.c settings.c status.c \
|
||||||
screens.c sleeptimer.c keyboard.c onplay.c\
|
screens.c sleeptimer.c keyboard.c onplay.c\
|
||||||
misc.c plugin.c playlist_viewer.c bookmark.c filetypes.c \
|
misc.c plugin.c playlist_viewer.c bookmark.c filetypes.c \
|
||||||
settings_menu.c sound_menu.c playlist_menu.c
|
settings_menu.c sound_menu.c playlist_menu.c filetree.c dbtree.c
|
||||||
|
|
||||||
ifneq ($(ISPLAYER),PLAYER)
|
ifneq ($(ISPLAYER),PLAYER)
|
||||||
APPS += peakmeter.c bmp.c widgets.c radio.c
|
APPS += peakmeter.c bmp.c widgets.c radio.c
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
|
||||||
playlist.c wps.c wps-display.c settings.c status.c \
|
playlist.c wps.c wps-display.c settings.c status.c \
|
||||||
screens.c sleeptimer.c keyboard.c onplay.c\
|
screens.c sleeptimer.c keyboard.c onplay.c\
|
||||||
misc.c plugin.c playlist_viewer.c bookmark.c filetypes.c \
|
misc.c plugin.c playlist_viewer.c bookmark.c filetypes.c \
|
||||||
settings_menu.c sound_menu.c playlist_menu.c
|
settings_menu.c sound_menu.c playlist_menu.c filetree.c dbtree.c
|
||||||
|
|
||||||
ifneq ($(ISPLAYER), PLAYER)
|
ifneq ($(ISPLAYER), PLAYER)
|
||||||
APPS += peakmeter.c bmp.c widgets.c radio.c
|
APPS += peakmeter.c bmp.c widgets.c radio.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue