mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
moved mpeg decoder to common
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@554 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef5f97b421
commit
87758d84e6
4 changed files with 4 additions and 1 deletions
|
|
@ -111,6 +111,9 @@ timer.o: $(LIBMADDIR)/timer.c
|
|||
version.o: $(LIBMADDIR)/version.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
mpegplay.o: $(APPDIR)/common/mpegplay.c
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
endif
|
||||
|
||||
menu.o: $(APPDIR)/menu.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue