mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
works with playlist code, now stubs mpeg_play() to be able to show some
better debug output git-svn-id: svn://svn.rockbox.org/rockbox/trunk@893 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7b344f8029
commit
4bf52eae14
2 changed files with 16 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES)
|
|||
|
||||
FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c
|
||||
|
||||
APPS = main.c tree.c play.c menu.c credits.c main_menu.c sound_menu.c
|
||||
APPS = main.c tree.c play.c menu.c credits.c main_menu.c sound_menu.c \
|
||||
playlist.c
|
||||
|
||||
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
|
||||
APPS += tetris.c screensaver.c icons.c bmp.c
|
||||
|
|
@ -167,6 +168,9 @@ $(OBJDIR)/play.o: $(APPDIR)/play.c
|
|||
$(OBJDIR)/tree.o: $(APPDIR)/tree.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue